]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/stattext.cpp
fixes SetFirstItem, Thanks to David Wright
[wxWidgets.git] / src / univ / stattext.cpp
index e4449268a9951607f9d0975ee7cbc9f30945ebd7..772a8e9b38af25a535933a3a14d5bef69045dd93 100644 (file)
@@ -74,8 +74,8 @@ void wxStaticText::SetLabel(const wxString& str)
     // save original label
     m_labelOrig = str;
 
-    // draw as real label the result of GetEllipsizedLabelWithoutMarkup:
-    DoSetLabel(GetEllipsizedLabelWithoutMarkup());
+    // draw as real label the abbreviated version of it
+    DoSetLabel(GetEllipsizedLabel());
 }
 
 void wxStaticText::DoSetLabel(const wxString& str)