// Author: David Webster
// Modified by:
// Created: 10/17/99
-// RCS-ID: $Id$
// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
{
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