Author: hbelusca
Date: Mon Mar 16 23:48:31 2015
New Revision: 66749
URL:
http://svn.reactos.org/svn/reactos?rev=66749&view=rev
Log:
[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
Modified:
trunk/reactos/dll/win32/shell32/wine/shellpath.c
Modified: trunk/reactos/dll/win32/shell32/wine/shellpath.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/wine/she…
==============================================================================
--- trunk/reactos/dll/win32/shell32/wine/shellpath.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/wine/shellpath.c [iso-8859-1] Mon Mar 16 23:48:31
2015
@@ -787,7 +787,7 @@
{ /* 0x14 - CSIDL_FONTS */
&FOLDERID_Fonts,
CSIDL_Type_WindowsPath,
- NULL,
+ FontsW,
FontsW
},
{ /* 0x15 - CSIDL_TEMPLATES */