Add MS Shell Dlg font to the set of default sans serif fonts

Dmitry Timoshkov dmitry at sloboda.ru
Sat Apr 14 12:52:23 CDT 2001


Hello.

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Add MS Shell Dlg font to the set of default sans serif fonts.

diff -u cvs/hq/wine/graphics/x11drv/xfont.c wine/graphics/x11drv/xfont.c
--- cvs/hq/wine/graphics/x11drv/xfont.c	Sat Mar 24 13:52:04 2001
+++ wine/graphics/x11drv/xfont.c	Sat Apr 14 18:23:30 2001
@@ -1591,6 +1591,7 @@
     {
 	XFONT_LoadAlias( lfd, "Helv", FALSE);
 	XFONT_LoadAlias( lfd, "MS Sans Serif", FALSE);
+	XFONT_LoadAlias( lfd, "MS Shell Dlg", FALSE);
 	XFONT_LoadAlias( lfd, "Arial", FALSE);
 
 	XFONT_LoadDefaultLFD( lfd, "sans serif ");






More information about the wine-patches mailing list