projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
gtk
/
button.cpp
diff --git
a/src/gtk/button.cpp
b/src/gtk/button.cpp
index 086159189ad1dbdf40149bde8b7f78d3b6ac9369..066183e717c9cfba0204d1bd07ec99a83ad5e0c8 100644
(file)
--- 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 );
+
GTK
ApplyWidgetStyle( false );
}
bool wxButton::Enable( bool enable )