Update the Fonts folder path.
authorAndrew Munger <waxdragon@gmail.com>
Thu, 14 Aug 2008 09:29:49 +0000 (09:29 +0000)
committerAndrew Munger <waxdragon@gmail.com>
Thu, 14 Aug 2008 09:29:49 +0000 (09:29 +0000)
svn path=/trunk/; revision=35330

reactos/dll/win32/userenv/setup.c

index 2910639..7397fd6 100644 (file)
@@ -305,7 +305,7 @@ InitializeProfiles (VOID)
 
   /* Set 'Fonts' folder path */
   GetWindowsDirectoryW(szBuffer, MAX_PATH);
-  wcscat(szBuffer, L"\\media\\fonts");
+  wcscat(szBuffer, L"\\fonts");
 
   dwLength = (wcslen(szBuffer) + 1) * sizeof(WCHAR);
   Error = RegSetValueExW(hKey,