X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/906c935a80b10d53cecf57f71ab5f3f4f1d529ec..fb8d7eb7a880f1f2e32d8830f9c5e12b2536e05f:/src/univ/radiobut.cpp diff --git a/src/univ/radiobut.cpp b/src/univ/radiobut.cpp index d047af7f97..80d51339dd 100644 --- a/src/univ/radiobut.cpp +++ b/src/univ/radiobut.cpp @@ -135,7 +135,7 @@ void wxRadioButton::ClearValue() void wxRadioButton::SendEvent() { - wxCommandEvent event(wxEVT_COMMAND_RADIOBUTTON_SELECTED, GetId()); + wxCommandEvent event(wxEVT_RADIOBUTTON, GetId()); InitCommandEvent(event); event.SetInt(IsChecked()); Command(event);