// case wxSYS_COLOUR_MAX:
default:
resultColor = *wxWHITE;
- // wxCHECK_MSG( index >= wxSYS_COLOUR_MAX, false, _T("unknown system colour index") );
+ // wxCHECK_MSG( index >= wxSYS_COLOUR_MAX, false, wxT("unknown system colour index") );
break ;
}
wxFont wxSystemSettingsNative::GetFont(wxSystemFont index)
{
wxFont font;
-
+
switch (index)
{
case wxSYS_ANSI_VAR_FONT :
#if wxOSX_USE_CARBON
return (int)(GetDblTime() * 1000. / 60.);
#else
- // default on mac is 30 ticks, we shouldn't really use wxSYS_DCLICK_MSEC anyway
+ // default on mac is 30 ticks, we shouldn't really use wxSYS_DCLICK_MSEC anyway
// but rather rely on the 'click-count' by the system delivered in a mouse event
return 500;
#endif