]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/button.cpp
don't treat filenames starting with dot as having empty name and extension equal...
[wxWidgets.git] / src / gtk1 / button.cpp
index 330b5d0e1278fc024172679f2760fde5f311325b..d64273b78006e960f02070aa9024b0b13a1ada40 100644 (file)
@@ -175,8 +175,6 @@ void wxButton::SetLabel( const wxString &label )
 #else
     gtk_label_set( GTK_LABEL( BUTTON_CHILD(m_widget) ), wxGTK_CONV( GetLabel() ) );
 #endif
-
-    PostSetLabel();
 }
 
 bool wxButton::Enable( bool enable )