use Arial if available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,7 @@ wxColour wxSystemSettings::GetSystemColour(int WXUNUSED(index))
|
||||
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))
|
||||
|
Reference in New Issue
Block a user