]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/settings.cpp
wxIMage accessors
[wxWidgets.git] / src / gtk1 / settings.cpp
index 3413b18b50a689903650c8b91db7e4571c2a4cf7..94f2e686f4fe14f71448a91cf358e18ccadae058 100644 (file)
@@ -166,7 +166,7 @@ wxFont wxSystemSettings::GetSystemFont( int index )
     case wxSYS_DEFAULT_GUI_FONT:
     {
       if (!g_systemFont)
-        g_systemFont = new wxFont( "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*" );
+        g_systemFont = new wxFont( 12, wxSWISS, wxNORMAL, wxNORMAL );
       return *g_systemFont;
     }
   }