X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/generic/statline.h diff --git a/include/wx/generic/statline.h b/include/wx/generic/statline.h index aadf1250b2..ae1ce7aa00 100644 --- a/include/wx/generic/statline.h +++ b/include/wx/generic/statline.h @@ -30,7 +30,7 @@ public: const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ) + const wxString &name = wxStaticLineNameStr ) { Create(parent, id, pos, size, style, name); } @@ -42,7 +42,7 @@ public: const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ); + const wxString &name = wxStaticLineNameStr ); // it's necessary to override this wxWindow function because we // will want to return the main widget for m_statbox