]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/checkbox.cpp
Now configure actually finds Lesstif and Qt
[wxWidgets.git] / src / gtk / checkbox.cpp
index 42c8b4167a52b4acf3df37a2774903342cc68b2b..dd7ef5f9e19a41b5e5f3f6e38d78965bf5a08b9f 100644 (file)
@@ -59,6 +59,8 @@ bool wxCheckBox::Create(  wxWindow *parent, wxWindowID id, const wxString &label
   
   PreCreation( parent, id, pos, size, style, name );
 
+  SetLabel( label );
+
   m_widget = gtk_check_button_new_with_label( label );
  
   wxSize newSize = size;