#include "wx/gdicmn.h"
#endif
-#include "wx/dfb/private.h"
-
wxColour wxSystemSettingsNative::GetColour(wxSystemColour WXUNUSED(index))
{
- // not implemented, the mean is in wxUniversal
+ // overridden by wxSystemSettings::GetColour in wxUniversal
return wxColour(0,0,0);
}
}
default:
- wxFAIL_MSG( _T("unknown font type") );
+ wxFAIL_MSG( "unknown font type" );
return wxNullFont;
}
}
#endif
default:
- wxFAIL_MSG( _T("unsupported metric") );
+ wxFAIL_MSG( "unsupported metric" );
return -1;
}
}
return false;
default:
- wxFAIL_MSG( _T("unknown feature") );
+ wxFAIL_MSG( "unknown feature" );
return false;
}
}