]> git.saurik.com Git - wxWidgets.git/commitdiff
use Arial if available
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 7 Oct 2001 14:33:37 +0000 (14:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 7 Oct 2001 14:33:37 +0000 (14:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mgl/settings.cpp

index bca51ecd13963999e0feb9066029612a0548341d..735674f2491e5f72e5a5bb97463ae0d3d87b004e 100644 (file)
@@ -24,7 +24,7 @@ wxColour wxSystemSettings::GetSystemColour(int WXUNUSED(index))
 wxFont wxSystemSettings::GetSystemFont(int WXUNUSED(index))
 {
     // FIXME_MGL
 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))
 }
 
 int wxSystemSettings::GetSystemMetric(int WXUNUSED(index))