Add System font to the set of default sans serif fonts.

oldstable
Dmitry Timoshkov 2001-06-19 18:12:24 +00:00 committed by Alexandre Julliard
parent 0cbfb24f83
commit c660410bf8
1 changed files with 1 additions and 0 deletions

View File

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