X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e59b88579c7a1e8b4da0827be75dc5d2a84ec73..a70ab3b804b6c363f8bcbed0b4fce94b7fb03612:/interface/wx/statbox.h diff --git a/interface/wx/statbox.h b/interface/wx/statbox.h index a0aa6ad295..bf750622b7 100644 --- a/interface/wx/statbox.h +++ b/interface/wx/statbox.h @@ -74,11 +74,9 @@ public: Creates the static box for two-step construction. See wxStaticBox() for further details. */ - bool Create(wxWindow* parent, wxWindowID id, - const wxString& label, + bool Create(wxWindow* parent, wxWindowID id, const wxString& label, const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, - long style = 0, - const wxString& name = "staticBox"); + const wxSize& size = wxDefaultSize, long style = 0, + const wxString& name = wxStaticBoxNameStr); };