X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f355c2b5c71fc7c3d680aea366582d2ac60f7b..2113bc7764ea7a0b1a6682ce3275b6f06f036ab3:/src/univ/statbox.cpp?ds=sidebyside diff --git a/src/univ/statbox.cpp b/src/univ/statbox.cpp index e1df45fb23..20316fc323 100644 --- 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)