]> git.saurik.com Git - wxWidgets.git/commitdiff
Use nicer (swiss) font for default
authorJulian Smart <julian@anthemion.co.uk>
Sat, 4 Jan 2003 20:53:28 +0000 (20:53 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 4 Jan 2003 20:53:28 +0000 (20:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/x11/settings.cpp

index 6a4d646d8f4a0710280d3f85611c122c1508fb2b..ef5de6e208521c6492fdb161ef5e31e2b82186d8 100644 (file)
@@ -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;
         }
     }