]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/menu.cpp
missing commit
[wxWidgets.git] / src / gtk1 / menu.cpp
index e41086721f72735851f75181ebd4b105d37f5d57..8449fc7a384b8cd307222d2be4e5df3999a23ba5 100644 (file)
@@ -614,7 +614,7 @@ static void gtk_menu_clicked_callback( GtkWidget *widget, wxMenu *menu )
         // If it is attached then let the frame send the event.
         // Don't call frame->ProcessCommand(id) because it toggles
         // checkable items and we've already done that above.
-        wxCommandEvent commandEvent(wxEVT_COMMAND_MENU_SELECTED, id);
+        wxCommandEvent commandEvent(wxEVT_MENU, id);
         commandEvent.SetEventObject(frame);
         if (item->IsCheckable())
             commandEvent.SetInt(item->IsChecked());