X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/446e69bee56ce978cfb87d80a2f8c0e44ec61658..68ca12fef650ce4622e05ba4eb21a7aa23849107:/src/palmos/frame.cpp

diff --git a/src/palmos/frame.cpp b/src/palmos/frame.cpp
index 92e7cea81d..da9e70ede7 100644
--- a/src/palmos/frame.cpp
+++ b/src/palmos/frame.cpp
@@ -222,7 +222,7 @@ bool wxFrame::HandleMenuSelect(WXEVENTPTR event)
     wxCommandEvent commandEvent(wxEVT_COMMAND_MENU_SELECTED, item);
     commandEvent.SetEventObject(this);
 
-    GetEventHandler()->ProcessEvent(commandEvent);
+    HandleWindowEvent(commandEvent);
     return true;
 }