cws tl74: #i106019# fixed problem with language status bar
This commit is contained in:
parent
1e1ee7183a
commit
8c8c707681
1 changed files with 1 additions and 1 deletions
2
framework/inc/helper/mischelper.hxx
Normal file → Executable file
2
framework/inc/helper/mischelper.hxx
Normal file → Executable file
|
@ -56,7 +56,7 @@ namespace framework
|
|||
// menu ids for language status bar control
|
||||
enum LangMenuIDs
|
||||
{
|
||||
MID_LANG_SEL_1,
|
||||
MID_LANG_SEL_1 = 1, // need to start with 1 since xPopupMenu->execute will return 0 if the menu is cancelled
|
||||
MID_LANG_SEL_2,
|
||||
MID_LANG_SEL_3,
|
||||
MID_LANG_SEL_4,
|
||||
|
|
Loading…
Reference in a new issue