]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/stattext.cpp
Make mouse capture checking asserts stronger and more detailed.
[wxWidgets.git] / src / os2 / stattext.cpp
index 292f6623534ee0085be08854d5aeff9eb1c794f7..92c56f7fa928c535b513cd63b4e129ad8ac50379 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      David Webster
 // Modified by:
 // Created:     10/17/99
-// RCS-ID:      $Id$
 // Copyright:   (c) David Webster
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -233,9 +232,8 @@ void wxStaticText::SetLabel(
 {
     m_labelOrig = rsLabel;       // save original label
 
-    // OS/2 does not support neither ellipsize nor markup in static text:
-    DoSetLabel(rsLabel);
-    DoSetLabel(GetEllipsizedLabelWithoutMarkup());
+    // OS/2 does not support ellipsized labels in static text:
+    DoSetLabel(GetEllipsizedLabel());
 
     //
     // Adjust the size of the window to fit to the label unless autoresizing is