X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dbe839cc25845c490604e1ceeaff71bdae21838d..fc447c7f43c83835241265b48641a569be54e332:/src/xrc/xh_frame.cpp?ds=sidebyside diff --git a/src/xrc/xh_frame.cpp b/src/xrc/xh_frame.cpp index 520b265ca6..795bb43af9 100644 --- a/src/xrc/xh_frame.cpp +++ b/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;