Fixed menubar on WinCE
Removed some obsolete files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -349,7 +349,10 @@ void wxMenuItem::SetText(const wxString& text)
|
||||
|
||||
#ifdef __WXWINCE__
|
||||
// FIXME: complete this, applying the old
|
||||
// flags
|
||||
// flags.
|
||||
// However, the WinCE doc for SetMenuItemInfo
|
||||
// says that you can't use it to set the menu
|
||||
// item state; only data, id and type.
|
||||
MENUITEMINFO info;
|
||||
wxZeroMemory(info);
|
||||
info.cbSize = sizeof(info);
|
||||
|
||||
Reference in New Issue
Block a user