]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/stattext.cpp
Replace wxST_MARKUP style with wxControl::SetLabelMarkup().
[wxWidgets.git] / src / motif / stattext.cpp
index 949aca7d198c801ed8ccadd89ca0b4cf1104d8b7..917c3bf34aeaae7ba0afabbe1ac8375d2f70a610 100644 (file)
@@ -74,8 +74,8 @@ void wxStaticText::SetLabel(const wxString& label)
 {
     m_labelOrig = label;       // save original label
 
 {
     m_labelOrig = label;       // save original label
 
-    // Motif does not support neither ellipsize nor markup in static text:
-    DoSetLabel(GetEllipsizedLabelWithoutMarkup());
+    // Motif does not support ellipsized labels natively
+    DoSetLabel(GetEllipsizedLabel());
 }
 
 // for wxST_ELLIPSIZE_* support:
 }
 
 // for wxST_ELLIPSIZE_* support: