Somehow the raw value was used instead of the symbolic constant.
Closes #15130.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73753
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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.