#include "wx/settings.h"
#ifndef WX_PRECOMP
- #include "wx/cmndata.h"
#include "wx/toplevel.h"
#endif
switch ( type )
{
default:
- wxFAIL_MSG( _T("unexpected GTK widget type") );
+ wxFAIL_MSG( wxT("unexpected GTK widget type") );
// fall through
case wxGTK_BUTTON:
switch ( colour )
{
default:
- wxFAIL_MSG( _T("unexpected GTK colour type") );
+ wxFAIL_MSG( wxT("unexpected GTK colour type") );
// fall through
case wxGTK_FG:
}
return gs_objects.m_colTooltipText;
+ case wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT:
case wxSYS_COLOUR_HIGHLIGHTTEXT:
if (!gs_objects.m_colHighlightText.Ok())
{
case wxSYS_COLOUR_MAX:
default:
- wxFAIL_MSG( _T("unknown system colour index") );
+ wxFAIL_MSG( wxT("unknown system colour index") );
}
return *wxWHITE;