changed the default font facename for the decorative family - is it correct for Win9x?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-12-24 01:18:06 +00:00
parent 7936354da7
commit 5e968b7452

View File

@ -482,7 +482,7 @@ void wxNativeFontInfo::SetFamily(wxFontFamily family)
case wxDECORATIVE:
ff_family = FF_DECORATIVE;
facename = _T("Wingdings");
facename = _T("Old English Text MT");
break;
case wxROMAN: