compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-09-18 09:59:01 +00:00
parent 71c749e1d2
commit c9cb79cbd6

View File

@@ -330,7 +330,7 @@ void wxMenuItem::Check(bool check)
GetRealId(),
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?") );
}
}