X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/519cb848a8f4c91c73421bb75314754284e593a4..32193feb839f5597211caad34e0e289f6273d9a5:/src/mac/stattext.cpp diff --git a/src/mac/stattext.cpp b/src/mac/stattext.cpp index 14c69f1d96..54f6eb4e58 100644 --- a/src/mac/stattext.cpp +++ b/src/mac/stattext.cpp @@ -47,7 +47,7 @@ bool wxStaticText::Create(wxWindow *parent, wxWindowID id, void wxStaticText::SetLabel(const wxString& st , bool resize ) { - m_label = st ; + SetTitle( st ) ; wxString label ; if( wxApp::s_macDefaultEncodingIsPC )