]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/menu.cpp
Fixed player dialog listbox size and app icon on wxGTK
[wxWidgets.git] / src / motif / menu.cpp
index 81ce9a4e004aca87d1445b3130d9ac408051f331..ed09c4e47d63e8425663b8fb0c68b3b293efec4a 100644 (file)
@@ -167,7 +167,7 @@ bool wxMenu::ProcessCommand(wxCommandEvent & event)
     // Try the menu's event handler
     if ( !processed && GetEventHandler())
     {
-        processed = GetEventHandler()->ProcessEvent(event);
+        processed = HandleWindowEvent(event);
     }
     // Try the window the menu was popped up from (and up
     // through the hierarchy)