X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/687823a157c6bbec7e6911afef361c5283dd960b..cdbd62d6ff290fd58acd1bc5574dfc79db3a6f70:/src/msw/radiobut.cpp diff --git a/src/msw/radiobut.cpp b/src/msw/radiobut.cpp index 6c8ed13480..17323a9c1f 100644 --- a/src/msw/radiobut.cpp +++ b/src/msw/radiobut.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 04/01/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -217,7 +216,7 @@ bool wxRadioButton::MSWCommand(WXUINT param, WXWORD WXUNUSED(id)) // 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