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

This commit is contained in:
Dmitry Timoshkov 2001-04-16 18:55:02 +00:00 committed by Alexandre Julliard
parent ab02c2bdc9
commit a4d215ae3d

View file

@ -1591,6 +1591,7 @@ static void XFONT_LoadAliases(void)
{ {
XFONT_LoadAlias( lfd, "Helv", FALSE); XFONT_LoadAlias( lfd, "Helv", FALSE);
XFONT_LoadAlias( lfd, "MS Sans Serif", FALSE); XFONT_LoadAlias( lfd, "MS Sans Serif", FALSE);
XFONT_LoadAlias( lfd, "MS Shell Dlg", FALSE);
XFONT_LoadAlias( lfd, "Arial", FALSE); XFONT_LoadAlias( lfd, "Arial", FALSE);
XFONT_LoadDefaultLFD( lfd, "sans serif "); XFONT_LoadDefaultLFD( lfd, "sans serif ");