// Author: Marcin Malich
// Modified by:
// Created: 2009-09-22
-// RCS-ID: $Id$
// Copyright: (c) 2009 Marcin Malich <me@malcom.pl>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
}
else
{
- colText = m_colText.Ok() ? m_colText
+ colText = m_colText.IsOk() ? m_colText
: wxSystemSettings::GetColour(wxSYS_COLOUR_MENUTEXT);
}
- colBack = m_colBack.Ok() ? m_colBack
+ colBack = m_colBack.IsOk() ? m_colBack
: wxSystemSettings::GetColour(wxSYS_COLOUR_MENU);
}
}