// per-user file, which can be edited using a Windows-control-panel clone.
// Also they should be documented better. Some are very MS Windows-ish.
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "settings.h"
#endif
case wxSYS_DEFAULT_GUI_FONT:
default:
{
- return wxFont(12, wxNORMAL, wxNORMAL, wxNORMAL, FALSE);
+ return wxFont(12, wxSWISS, wxNORMAL, wxNORMAL, FALSE);
break;
}
}