From: Vadim Zeitlin Date: Mon, 24 Dec 2001 01:18:06 +0000 (+0000) Subject: changed the default font facename for the decorative family - is it correct for Win9x? X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5e968b7452ae20d689559cfb61a124dd3c3f464a 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 --- diff --git a/src/msw/font.cpp b/src/msw/font.cpp index 2df27bb969..87b8dec247 100644 --- a/src/msw/font.cpp +++ b/src/msw/font.cpp @@ -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: