X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42036ca82a4b055bf3f31dcdee6cf5a7ec464a7d..87ec9b8f6f0e0fffafb5b2280963a6338f3c5b94:/src/cocoa/menuitem.mm diff --git a/src/cocoa/menuitem.mm b/src/cocoa/menuitem.mm index 67af3fde33..e5e5e7659d 100644 --- a/src/cocoa/menuitem.mm +++ b/src/cocoa/menuitem.mm @@ -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()); } }