compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-11-02 01:31:51 +00:00
parent 600ea9da94
commit dd60b9ec1e
4 changed files with 6 additions and 6 deletions

View File

@@ -670,7 +670,7 @@ bool wxFrame::ProcessCommand(int id)
if ( !bar )
return FALSE;
wxMenuItem *item = bar->FindItemForId(id);
wxMenuItem *item = bar->FindItem(id);
if ( item && item->IsCheckable() )
{
item->Toggle();