From: Jouk Jansen Date: Fri, 24 Dec 2004 09:02:34 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/914ca1d826f4f901537f939a375ba0935b507173 Committing in . correcting an obvious typo in the GTK1.x part Modified Files: wxWidgets/src/gtk/choice.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/choice.cpp b/src/gtk/choice.cpp index 58aff17892..a2fa3409c8 100644 --- a/src/gtk/choice.cpp +++ b/src/gtk/choice.cpp @@ -61,7 +61,7 @@ static void gtk_choice_clicked_callback( GtkWidget *WXUNUSED(widget), wxChoice * GtkBin *bin = GTK_BIN( child->data ); if (!bin->child) { - selection = count: + selection = count; break; } child = child->next; diff --git a/src/gtk1/choice.cpp b/src/gtk1/choice.cpp index 58aff17892..a2fa3409c8 100644 --- a/src/gtk1/choice.cpp +++ b/src/gtk1/choice.cpp @@ -61,7 +61,7 @@ static void gtk_choice_clicked_callback( GtkWidget *WXUNUSED(widget), wxChoice * GtkBin *bin = GTK_BIN( child->data ); if (!bin->child) { - selection = count: + selection = count; break; } child = child->next;