compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -330,7 +330,7 @@ void wxMenuItem::Check(bool check)
|
|||||||
GetRealId(),
|
GetRealId(),
|
||||||
MF_BYCOMMAND | flags) == (DWORD)-1 )
|
MF_BYCOMMAND | flags) == (DWORD)-1 )
|
||||||
{
|
{
|
||||||
wxASSERT_MSG( _T("CheckMenuItem() failed, item not in the menu?") );
|
wxFAIL_MSG( _T("CheckMenuItem() failed, item not in the menu?") );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user