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:
parent
7936354da7
commit
5e968b7452
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user