]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tglbtn.cpp
Mark a couple of labels for translation.
[wxWidgets.git] / src / gtk / tglbtn.cpp
index 99dfbfb9ea347d99e2acd770d46807ab093a9394..503382712c93c4b9e1328268a42c6b1d9e1470f2 100644 (file)
@@ -280,7 +280,7 @@ void wxToggleButton::SetLabel(const wxString& label)
 
     gtk_button_set_label(GTK_BUTTON(m_widget), wxGTK_CONV(labelGTK));
 
-    ApplyWidgetStyle( false );
+    GTKApplyWidgetStyle( false );
 }
 
 bool wxToggleButton::Enable(bool enable /*=true*/)