From: Václav Slavík Date: Sun, 7 Oct 2001 14:33:37 +0000 (+0000) Subject: use Arial if available X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bd20dac1968194e5161bcb1ac0b0a44ba36c0139?hp=917afc7b81c6f806ea3d50b455f7c4e320ecd68f use Arial if available git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mgl/settings.cpp b/src/mgl/settings.cpp index bca51ecd13..735674f249 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(9, wxSWISS, wxNORMAL, wxNORMAL); + return wxFont(10, wxSWISS, wxNORMAL, wxNORMAL, FALSE, "Arial"); } int wxSystemSettings::GetSystemMetric(int WXUNUSED(index))