// Purpose: Controls wxWidgets sample
// Author: Robert Roebling
// Modified by:
-// RCS-ID: $Id$
// Copyright: (c) Robert Roebling, Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
}
else
{
- s_colOld = wxColour(wxT("red"));
- SetBackgroundColour(wxT("white"));
+ s_colOld = *wxRED;
+ SetBackgroundColour(*wxWHITE);
m_lbSelectThis->SetForegroundColour(wxT("white"));
m_lbSelectThis->SetBackgroundColour(wxT("red"));