Make sans serif default font for X11.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-11-12 19:04:20 +00:00
parent 1fe3ac8f61
commit f31cebc32c

View File

@@ -50,7 +50,7 @@ wxFont wxSystemSettingsNative::GetFont(wxSystemFont index)
case wxSYS_DEFAULT_GUI_FONT:
default:
{
return wxFont(12, wxSWISS, wxNORMAL, wxNORMAL, FALSE);
return wxFont(12, wxNORMAL, wxNORMAL, wxNORMAL, FALSE);
break;
}
}