Use nicer (swiss) font for default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-01-04 20:53:28 +00:00
parent db0834fab8
commit ad0e4b6691

View 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;
}
}