]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
merge DoDrawText() and DoDrawRotatedText() into one function
[wxWidgets.git] / src / gtk / choice.cpp
index 34bd9964ddbe48c255bdd3ba3ee4976fab994ab8..bbfa2480bb8544d25ac8b9727b3c76db4ce1cd10 100644 (file)
@@ -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);
 }
 
 }