projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
security fix (patch 1089659)
[wxWidgets.git]
/
src
/
univ
/
statbox.cpp
diff --git
a/src/univ/statbox.cpp
b/src/univ/statbox.cpp
index e1df45fb23429ef5caf0d13b7bb44e5a12f3c3c6..20316fc323fb0866e5f23f4a1d1b4b3024a86b72 100644
(file)
--- a/
src/univ/statbox.cpp
+++ b/
src/univ/statbox.cpp
@@
-56,11
+56,11
@@
bool wxStaticBox::Create(wxWindow *parent,
const wxString &name)
{
if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
- return
FALSE
;
+ return
false
;
SetLabel(label);
- return
TRUE
;
+ return
true
;
}
void wxStaticBox::DoDraw(wxControlRenderer *renderer)