From 5e968b7452ae20d689559cfb61a124dd3c3f464a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 24 Dec 2001 01:18:06 +0000 Subject: [PATCH] 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 --- src/msw/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2