InsertMenuItem() works with bitmaps under Win98 too (not only ME)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6f94aa869d
commit
783e2cc648
@ -398,7 +398,7 @@ bool wxMenu::DoInsertOrAppend(wxMenuItem *pItem, size_t pos)
|
||||
WinStruct<MENUITEMINFO> mii;
|
||||
|
||||
// now run-time one: MIIM_BITMAP only works under WinME/2000+
|
||||
if ( wxGetWinVersion() >= wxWinVersion_5 )
|
||||
if ( wxGetWinVersion() >= wxWinVersion_98 )
|
||||
{
|
||||
mii.fMask = MIIM_ID | MIIM_STRING | MIIM_DATA | MIIM_BITMAP;
|
||||
mii.wID = id;
|
||||
|
Loading…
Reference in New Issue
Block a user