]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/stattext.cpp
all controls use 32 bit values now
[wxWidgets.git] / src / mac / stattext.cpp
index ac2dc2e4d081f8b2144bcd6e38081c8279003978..bc89591282b5d28ef79cfb8737eefe15150d0884 100644 (file)
@@ -51,7 +51,7 @@ bool wxStaticText::Create(wxWindow *parent, wxWindowID id,
         m_windowId = id;
 
     m_windowStyle = style;
-    m_label = label ;
+    m_label = wxStripMenuCodes(label) ;
 
     bool ret = wxControl::Create( parent, id, pos, size, style , wxDefaultValidator , name );
     SetBestSize( size ) ;