projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use C++ compiler for va_copy test, at least under IRIX the C99 C compiler has it...
[wxWidgets.git]
/
src
/
univ
/
checkbox.cpp
diff --git
a/src/univ/checkbox.cpp
b/src/univ/checkbox.cpp
index de5865cb8434be11577465f980c58346d54b4270..520a2edf058dc20b47cf0c1b13f5bb864467f1d2 100644
(file)
--- a/
src/univ/checkbox.cpp
+++ b/
src/univ/checkbox.cpp
@@
-84,7
+84,7
@@
bool wxCheckBox::Create(wxWindow *parent,
return false;
SetLabel(label);
- Set
Best
Size(size);
+ Set
Initial
Size(size);
CreateInputHandler(wxINP_HANDLER_CHECKBOX);