X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..ba8eb933c4dfce54d2f540c6895b04f6724f401f:/src/x11/settings.cpp diff --git a/src/x11/settings.cpp b/src/x11/settings.cpp index 6a4d646d8f..188217ba89 100644 --- a/src/x11/settings.cpp +++ b/src/x11/settings.cpp @@ -13,7 +13,7 @@ // 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 @@ -50,7 +50,7 @@ wxFont wxSystemSettingsNative::GetFont(wxSystemFont index) case wxSYS_DEFAULT_GUI_FONT: default: { - return wxFont(12, wxNORMAL, wxNORMAL, wxNORMAL, FALSE); + return wxFont(12, wxSWISS, wxNORMAL, wxNORMAL, FALSE); break; } }