GDI32: [HKCC\\Software\\Fonts]FIXED.FON to FIXEDFON.FON

Byeong-Sik Jeon wjsqudtlr at gmail.com
Wed Mar 8 15:43:43 CST 2006


ChangeLog:
	fix to correct value. [HKCC\\Software\\Fonts]FIXED.FON
	to FIXEDFON.FON


freetype.c line 308:
static const WCHAR system_fonts_reg_key[] =
{'S','o','f','t','w','a','r','e','\\','F','o','n','t','s','\0'};
static const WCHAR FixedSys_Value[] =
{'F','I','X','E','D','F','O','N','.','F','O','N','\0'};

freetype.c line 1438:
RegSetValueExA(hkey, "FIXED.FON", 0, REG_SZ, (const BYTE
*)nls_update_font_list[i].fixed,strlen(nls_update_font_list[i].fixed)+1);

mismatch. "FIXEDFON.FON" is right.




-------------- next part --------------
A non-text attachment was scrubbed...
Name: freetype.c_fixedfon.diff
Type: text/x-patch
Size: 1003 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060309/f17a9466/freetype.c_fixedfon.diff


More information about the wine-patches mailing list