[SHELL32]: We need to also use the fonts string for the szValueName of the reg value (otherwise the default reg value gets the fonts dir path). Addendum to r66748. CORE-9362

svn path=/trunk/; revision=66749
This commit is contained in:
Hermès Bélusca-Maïto 2015-03-16 23:48:31 +00:00
parent 640a5fac01
commit 8e0f23552f

View file

@ -787,7 +787,7 @@ static const CSIDL_DATA CSIDL_Data[] =
{ /* 0x14 - CSIDL_FONTS */ { /* 0x14 - CSIDL_FONTS */
&FOLDERID_Fonts, &FOLDERID_Fonts,
CSIDL_Type_WindowsPath, CSIDL_Type_WindowsPath,
NULL, FontsW,
FontsW FontsW
}, },
{ /* 0x15 - CSIDL_TEMPLATES */ { /* 0x15 - CSIDL_TEMPLATES */