]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/radiobut_osx.cpp
Add wxUSE_PREFERENCES_EDITOR and the corresponding configure option.
[wxWidgets.git] / src / osx / radiobut_osx.cpp
index 12f51b5b5b1513697869bc39d81a316eec3dd5b9..6c511bc8e0416292089d7fc94c3f313b45ab9692 100644 (file)
@@ -127,7 +127,7 @@ bool wxRadioButton::OSXHandleClicked( double WXUNUSED(timestampsec) )
 
     SetValue( true );
 
-    wxCommandEvent event2( wxEVT_COMMAND_RADIOBUTTON_SELECTED, m_windowId );
+    wxCommandEvent event2( wxEVT_RADIOBUTTON, m_windowId );
     event2.SetEventObject( this );
     event2.SetInt( true );
     ProcessCommand( event2 );