X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad60f9e7b66d326505592cc6dae034cab5826f3b..43b282bd095529e69f0bf7e7bd44888e4867257e:/src/gtk/button.cpp diff --git a/src/gtk/button.cpp b/src/gtk/button.cpp index 086159189a..066183e717 100644 --- a/src/gtk/button.cpp +++ b/src/gtk/button.cpp @@ -211,7 +211,7 @@ void wxButton::SetLabel( const wxString &lbl ) gtk_button_set_label(GTK_BUTTON(m_widget), wxGTK_CONV(labelGTK)); gtk_button_set_use_stock(GTK_BUTTON(m_widget), FALSE); - ApplyWidgetStyle( false ); + GTKApplyWidgetStyle( false ); } bool wxButton::Enable( bool enable )