X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbe839cc25845c490604e1ceeaff71bdae21838d..19b44116d5c04181f9a20f92546cff26405ed115:/contrib/src/xrc/xh_frame.cpp diff --git a/contrib/src/xrc/xh_frame.cpp b/contrib/src/xrc/xh_frame.cpp index 520b265ca6..795bb43af9 100644 --- a/contrib/src/xrc/xh_frame.cpp +++ b/contrib/src/xrc/xh_frame.cpp @@ -75,7 +75,7 @@ wxObject *wxFrameXmlHandler::DoCreateResource() CreateChildren(frame); - if (GetBool(wxT("centered"), FALSE)) + if (GetBool(wxT("centered"), false)) frame->Centre(); return frame;