X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/545176521071a4edd242a2cd4163b363e818ec56..3dfac9707a98b245370bdffdf3fd30def0122a8d:/include/wx/gtk1/frame.h diff --git a/include/wx/gtk1/frame.h b/include/wx/gtk1/frame.h index 638c506b3d..506ee744c2 100644 --- a/include/wx/gtk1/frame.h +++ b/include/wx/gtk1/frame.h @@ -60,7 +60,7 @@ public: bool Destroy(); virtual bool Show( bool show ); - virtual void Centre( int direction = wxHORIZONTAL ); + virtual void Centre( int direction = wxBOTH ); #if wxUSE_STATUSBAR virtual wxStatusBar* CreateStatusBar(int number=1, long style = wxST_SIZEGRIP, wxWindowID id = 0,