]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 24 Dec 2004 09:02:34 +0000 (09:02 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 24 Dec 2004 09:02:34 +0000 (09:02 +0000)
 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

src/gtk/choice.cpp
src/gtk1/choice.cpp

index 58aff17892a820feb5f2da862c1ded87f3967877..a2fa3409c87da8d7613bbe65b1a358f4a0092ec3 100644 (file)
@@ -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;
index 58aff17892a820feb5f2da862c1ded87f3967877..a2fa3409c87da8d7613bbe65b1a358f4a0092ec3 100644 (file)
@@ -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;