Commit d1ca64b3 authored by ByeongSik Jeon's avatar ByeongSik Jeon Committed by Alexandre Julliard

gdi32: Unify Chinese and Japanese default font name.

parent b8e8cb66
......@@ -2276,7 +2276,7 @@ static const struct nls_update_font_list
/* Chinese Simplified */
{ 936, 936, "vga936.fon", "svgafix.fon", "svgasys.fon",
"coure.fon", "serife.fon", "smalle.fon", "sserife.fon",
"Tahoma", "Times New Roman", /* FIXME unverified */
"SimSun", "NSimSun",
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
{ 0 }, { 0 }, { 0 }
},
......
......@@ -341,7 +341,7 @@ static const struct DefaultFontInfo default_fonts[] =
{ /* DefaultGuiFont */
9, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, SHIFTJIS_CHARSET,
0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
{'M','S',' ','U','I',' ','G','o','t','h','i','c','\0'}
{'M','S',' ','S','h','e','l','l',' ','D','l','g','\0'}
},
},
{ GB2312_CHARSET,
......@@ -363,7 +363,7 @@ static const struct DefaultFontInfo default_fonts[] =
{ /* DefaultGuiFont */
9, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, GB2312_CHARSET,
0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
{'S','i','m','S','u','n','\0'}
{'M','S',' ','S','h','e','l','l',' ','D','l','g','\0'}
},
},
{ HANGEUL_CHARSET,
......@@ -407,7 +407,7 @@ static const struct DefaultFontInfo default_fonts[] =
{ /* DefaultGuiFont */
9, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, CHINESEBIG5_CHARSET,
0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
{'P','M','i','n','g','L','i','U','\0'}
{'M','S',' ','S','h','e','l','l',' ','D','l','g','\0'}
},
},
{ JOHAB_CHARSET,
......
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