Updates for VA 4.0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-11-02 22:41:55 +00:00
parent 51babd0983
commit 476607a777
5 changed files with 11 additions and 9 deletions

View File

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