Commit c660410b authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

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

parent 0cbfb24f
...@@ -1634,6 +1634,7 @@ static void XFONT_LoadAliases(void) ...@@ -1634,6 +1634,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, "MS Shell Dlg", FALSE);
XFONT_LoadAlias( lfd, "System", FALSE);
XFONT_LoadAlias( lfd, "Arial", FALSE); XFONT_LoadAlias( lfd, "Arial", FALSE);
XFONT_LoadDefaultLFD( lfd, "sans serif "); XFONT_LoadDefaultLFD( lfd, "sans serif ");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment