git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55241
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (text.empty())
text = wxT(" ");
if (text.empty())
text = wxT(" ");
wxMenuItem* m = new wxMenuItem(&menuPopup, item.id, text, item.short_help);
wxMenuItem* m = new wxMenuItem(&menuPopup, item.id, text, item.short_help);
- #else
- wxMenuItem* m = new wxMenuItem(&menuPopup, item.id, text, item.short_help, false);
- #endif
m->SetBitmap(item.bitmap);
menuPopup.Append(m);
m->SetBitmap(item.bitmap);
menuPopup.Append(m);