mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
Add System font to the set of default sans serif fonts.
This commit is contained in:
parent
0cbfb24f83
commit
c660410bf8
@ -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 ");
|
||||
|
Loading…
Reference in New Issue
Block a user