projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Initialize m_action_window to NULL in wxAuiManager ctor (fixes #10383).
[wxWidgets.git]
/
src
/
os2
/
menu.cpp
diff --git
a/src/os2/menu.cpp
b/src/os2/menu.cpp
index 573611a005b335685371b795af6f83bd445215b6..7dc55b2412c21596543fed1546e0fd637507834b 100644
(file)
--- a/
src/os2/menu.cpp
+++ b/
src/os2/menu.cpp
@@
-201,7
+201,7
@@
void wxMenu::UpdateAccel(
//
// Find the (new) accel for this item
//
//
// Find the (new) accel for this item
//
- wxAcceleratorEntry* pAccel = wxAcceleratorEntry::Create(pItem->Get
Text
());
+ wxAcceleratorEntry* pAccel = wxAcceleratorEntry::Create(pItem->Get
ItemLabel
());
if (pAccel)
pAccel->m_command = pItem->GetId();
if (pAccel)
pAccel->m_command = pItem->GetId();
@@
-323,7
+323,7
@@
bool wxMenu::DoInsertOrAppend( wxMenuItem* pItem,
//
rItem.afStyle |= MIS_TEXT;
}
//
rItem.afStyle |= MIS_TEXT;
}
- pData = (char*) pItem->Get
Text
().wx_str();
+ pData = (char*) pItem->Get
ItemLabel
().wx_str();
}
if (nPos == (size_t)-1)
}
if (nPos == (size_t)-1)