diff --git a/interface/wx/wizard.h b/interface/wx/wizard.h index 501815d41e..ca6287f53a 100644 --- a/interface/wx/wizard.h +++ b/interface/wx/wizard.h @@ -386,7 +386,7 @@ public: bool Create(wxWindow* parent, int id = wxID_ANY, const wxString& title = wxEmptyString, const wxBitmap& bitmap = wxNullBitmap, - const wxPoint& pos = wxDefaultPosition, long style = 536877056); + const wxPoint& pos = wxDefaultPosition, long style = wxDEFAULT_DIALOG_STYLE); /** This method is obsolete, use GetPageAreaSizer() instead.