X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bcfe86f0b5aae2ea3cd6c5e9a202d19bdbb21b25..ad653fa23069c5d9378247084f03c9a718c3ad62:/src/gtk/choice.cpp diff --git a/src/gtk/choice.cpp b/src/gtk/choice.cpp index 34bd9964dd..bbfa2480bb 100644 --- a/src/gtk/choice.cpp +++ b/src/gtk/choice.cpp @@ -30,7 +30,7 @@ extern "C" { static void gtk_choice_changed_callback( GtkWidget *WXUNUSED(widget), wxChoice *choice ) { - choice->SendSelectionChangedEvent(wxEVT_COMMAND_CHOICE_SELECTED); + choice->SendSelectionChangedEvent(wxEVT_CHOICE); } }