mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Update the Fonts folder path.
svn path=/trunk/; revision=35330
This commit is contained in:
parent
f8857961fd
commit
85e9dd424d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue