Update the Fonts folder path.

svn path=/trunk/; revision=35330
This commit is contained in:
Andrew Munger 2008-08-14 09:29:49 +00:00
parent f8857961fd
commit 85e9dd424d

View 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,