From 640a5fac01ecaba8af48f96ec29cd54492c58135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 16 Mar 2015 22:48:58 +0000 Subject: [PATCH] [SHELL32]: Fonts folder should point to C:\ReactOS\Fonts instead of C:\ReactOS :-) (and it is not internationalized). svn path=/trunk/; revision=66748 --- reactos/dll/win32/shell32/wine/shellpath.c | 4 ++-- reactos/dll/win32/userenv/setup.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/dll/win32/shell32/wine/shellpath.c b/reactos/dll/win32/shell32/wine/shellpath.c index 36676e6d448..105487f0d5a 100644 --- a/reactos/dll/win32/shell32/wine/shellpath.c +++ b/reactos/dll/win32/shell32/wine/shellpath.c @@ -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, diff --git a/reactos/dll/win32/userenv/setup.c b/reactos/dll/win32/userenv/setup.c index b219ce3949b..cadf7a23045 100644 --- a/reactos/dll/win32/userenv/setup.c +++ b/reactos/dll/win32/userenv/setup.c @@ -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,