]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobut.cpp
clean - reformatting
[wxWidgets.git] / src / gtk / radiobut.cpp
index 6c8e0b91e3528b7fc32932a67099818263dfcd05..028a84cc8e020e9951df5f9005f465b1733444c4 100644 (file)
@@ -103,7 +103,7 @@ bool wxRadioButton::Create( wxWindow *parent,
         if (chief)
         {
             // we are part of the group started by chief
-            radioButtonGroup = gtk_radio_button_group( GTK_RADIO_BUTTON(chief->m_widget) );
+            radioButtonGroup = gtk_radio_button_get_group( GTK_RADIO_BUTTON(chief->m_widget) );
         }
     }