X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..99c75ebc5e447e1bb25439e22f07130583dc5783:/include/wx/mac/carbon/statline.h?ds=sidebyside diff --git a/include/wx/mac/carbon/statline.h b/include/wx/mac/carbon/statline.h index 7a70d0d582..53e95d1084 100644 --- a/include/wx/mac/carbon/statline.h +++ b/include/wx/mac/carbon/statline.h @@ -28,7 +28,7 @@ public: const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ) + const wxString &name = wxStaticLineNameStr ) : m_statbox(NULL) { Create(parent, id, pos, size, style, name); @@ -39,7 +39,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