projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Seems it works reasonably stable...
[wxWidgets.git]
/
src
/
gtk
/
checkbox.cpp
diff --git
a/src/gtk/checkbox.cpp
b/src/gtk/checkbox.cpp
index f42ef1867dde9b8c92e785cda71a16a7d49da0fb..036a1dbcde9d883adfd76adc28ae3aac3f788cd5 100644
(file)
--- a/
src/gtk/checkbox.cpp
+++ b/
src/gtk/checkbox.cpp
@@
-56,7
+56,7
@@
bool wxCheckBox::Create( wxWindow *parent, wxWindowID id, const wxString &label
SetLabel( label );
- m_widget = gtk_check_button_new_with_label( label );
+ m_widget = gtk_check_button_new_with_label(
m_
label );
wxSize newSize = size;
if (newSize.x == -1) newSize.x = 25+gdk_string_measure( m_widget->style->font, label );