]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbox.cpp
fixed typo
[wxWidgets.git] / src / gtk1 / statbox.cpp
index abf8e8ce574a69eca0f9a70ada6c4d551b92ee13..009f4a5865bed45e0b5bf438e2778bcdc485004f 100644 (file)
@@ -39,11 +39,12 @@ bool wxStaticBox::Create( wxWindow *parent, wxWindowID id, const wxString &label
 
   PreCreation( parent, id, pos, size, style, name );
 
-  SetLabel(label);
   m_widget = gtk_frame_new(m_label);
 
   PostCreation();
 
+  SetLabel(label);
+  
   Show( TRUE );
 
   return TRUE;