X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4701dc09838c3da46a8bc2836265a7dffee541ee..ff3fd98a080f92ed9123d938d0eb26997cae5bea:/interface/wx/statline.h diff --git a/interface/wx/statline.h b/interface/wx/statline.h index 745e1aeb21..198e5a8824 100644 --- a/interface/wx/statline.h +++ b/interface/wx/statline.h @@ -61,7 +61,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString& name = "staticLine"); + const wxString& name = wxStaticLineNameStr); /** Creates the static line for two-step construction. @@ -69,9 +69,8 @@ public: */ bool Create(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, - long style = 0, - const wxString& name = "staticLine"); + const wxSize& size = wxDefaultSize, long style = wxLI_HORIZONTAL, + const wxString& name = wxStaticLineNameStr); /** This static function returns the size which will be given to the smaller