[SHELL32]: Fonts folder should point to C:\ReactOS\Fonts instead of C:\ReactOS :-) (and it is not internationalized).

svn path=/trunk/; revision=66748
This commit is contained in:
Hermès Bélusca-Maïto 2015-03-16 22:48:58 +00:00
parent 07d66bcb42
commit 640a5fac01
2 changed files with 3 additions and 3 deletions

View file

@ -787,8 +787,8 @@ static const CSIDL_DATA CSIDL_Data[] =
{ /* 0x14 - CSIDL_FONTS */
&FOLDERID_Fonts,
CSIDL_Type_WindowsPath,
FontsW,
MAKEINTRESOURCEW(IDS_FONTS)
NULL,
FontsW
},
{ /* 0x15 - CSIDL_TEMPLATES */
&FOLDERID_Templates,

View file

@ -331,7 +331,7 @@ InitializeProfiles(VOID)
/* Set 'Fonts' folder path */
GetWindowsDirectoryW(szBuffer, MAX_PATH);
wcscat(szBuffer, L"\\fonts");
wcscat(szBuffer, L"\\Fonts");
dwLength = (wcslen(szBuffer) + 1) * sizeof(WCHAR);
Error = RegSetValueExW(hKey,