]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/menu.cpp
VC++ compilation correction; doc file corrections
[wxWidgets.git] / src / msw / menu.cpp
index cb901716361eae4ec8787696c66c0f010ff933e6..6809100b60750f473fcd29cecfac8dcfe3a5db6c 100644 (file)
@@ -413,7 +413,7 @@ wxString wxMenu::GetLabel(int id) const
 
 bool wxMenu::MSWCommand(WXUINT WXUNUSED(param), WXWORD id)
 {
-  wxCommandEvent event(wxEVENT_TYPE_MENU_COMMAND);
+  wxCommandEvent event(wxEVT_COMMAND_MENU_SELECTED);
   event.SetEventObject( this );
   event.SetId( id );
   event.SetInt( id );