// Author: David Webster
// Modified by:
// Created: 10/17/99
-// RCS-ID: $Id$
// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/os2/private.h"
#include <stdio.h>
-IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl)
-
bool wxStaticText::Create( wxWindow* pParent,
wxWindowID vId,
const wxString& rsLabel,
{
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