]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/menuitem.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / motif / menuitem.cpp
index 1f770c0f69e89fe770730ae1d6dcbfe45d4a628f..afd2d756755512e764621be892ea8f42ad603859 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     17/09/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -338,7 +337,7 @@ void wxMenuItemCallback (Widget WXUNUSED(w), XtPointer clientData,
     wxMenuItem *item = (wxMenuItem *) clientData;
     if (item)
     {
-        wxCommandEvent event(wxEVT_COMMAND_MENU_SELECTED, item->GetId());
+        wxCommandEvent event(wxEVT_MENU, item->GetId());
         event.SetInt( item->GetId() );
 
         if (item->IsCheckable())