X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bdc18790e34d17edfc02f3e25edcb3425b38a8a..625cb8c0b1ac12f26265cae2c69d7f510de0edb1:/src/mgl/settings.cpp diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index fab6801169..fc10a6bb0e 100644 --- a/src/mgl/settings.cpp +++ b/src/mgl/settings.cpp @@ -24,7 +24,7 @@ wxColour wxSystemSettings::GetSystemColour(int WXUNUSED(index)) wxFont wxSystemSettings::GetSystemFont(int WXUNUSED(index)) { // FIXME_MGL - return wxFont(12, wxMODERN, wxNORMAL, wxNORMAL); + return wxFont(12, wxSWISS, wxNORMAL, wxNORMAL); } int wxSystemSettings::GetSystemMetric(int WXUNUSED(index))