]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/radiobut.cpp
Add wxMouseEvent::GetColumnsPerAction().
[wxWidgets.git] / src / msw / radiobut.cpp
index 6c8ed13480bc2be2400abf20d79ba4d3d977a3c3..0e0fb5b0d54325aa4b18e02b2805a619c7c72da7 100644 (file)
@@ -217,7 +217,7 @@ bool wxRadioButton::MSWCommand(WXUINT param, WXWORD WXUNUSED(id))
         // and not BS_AUTORADIOBUTTON
         SetValue(true);
 
         // and not BS_AUTORADIOBUTTON
         SetValue(true);
 
-        wxCommandEvent event(wxEVT_COMMAND_RADIOBUTTON_SELECTED, GetId());
+        wxCommandEvent event(wxEVT_RADIOBUTTON, GetId());
         event.SetEventObject( this );
         event.SetInt(true); // always checked
 
         event.SetEventObject( this );
         event.SetInt(true); // always checked