]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/stattext.cpp
VTK wrapper of vtkRenderWindow for wxPython. Tested on MSW so far.
[wxWidgets.git] / src / mac / carbon / stattext.cpp
index 14c69f1d96917abe4c96e9b5b1f9bd4b33084570..54f6eb4e58206d3ffe3b6bf1698884d7c813560d 100644 (file)
@@ -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 )