Correct the default parameters values.
Closes #14043.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70689
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@header{wx/msgdlg.h}
*/
int wxMessageBox(const wxString& message,
@header{wx/msgdlg.h}
*/
int wxMessageBox(const wxString& message,
- const wxString& caption = "Message",
- int style = wxOK,
+ const wxString& caption = wxMessageBoxCaptionStr,
+ int style = wxOK | wxCENTRE,
wxWindow* parent = NULL,
int x = wxDefaultCoord,
int y = wxDefaultCoord);
wxWindow* parent = NULL,
int x = wxDefaultCoord,
int y = wxDefaultCoord);