]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed Command to ProcessCommand
authorDavid Elliott <dfe@tgwbd.org>
Thu, 6 Nov 2003 18:14:39 +0000 (18:14 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 6 Nov 2003 18:14:39 +0000 (18:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/menuitem.mm

index 67af3fde333ba7e0ee6be9663ec6a644ad0f823c..e5e5e7659d0b9ce07214bf9a496ced42c9f9cf04 100644 (file)
@@ -65,7 +65,7 @@
     {
         wxFrame *frame = menubar->GetFrame();
         wxCHECK_RET(frame, "wxMenuBar MUST be attached to a wxFrame!");
-        frame->Command(item->GetId());
+        frame->ProcessCommand(item->GetId());
     }
 }