X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bcfe86f0b5aae2ea3cd6c5e9a202d19bdbb21b25..e4097f77c440b1f31a80fe273cc732c14d606096:/src/gtk/choice.cpp diff --git a/src/gtk/choice.cpp b/src/gtk/choice.cpp index 34bd9964dd..d8819a2abc 100644 --- a/src/gtk/choice.cpp +++ b/src/gtk/choice.cpp @@ -2,7 +2,6 @@ // Name: src/gtk/choice.cpp // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -30,7 +29,7 @@ extern "C" { static void gtk_choice_changed_callback( GtkWidget *WXUNUSED(widget), wxChoice *choice ) { - choice->SendSelectionChangedEvent(wxEVT_COMMAND_CHOICE_SELECTED); + choice->SendSelectionChangedEvent(wxEVT_CHOICE); } }