mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +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 */
|
/* Set 'Fonts' folder path */
|
||||||
GetWindowsDirectoryW(szBuffer, MAX_PATH);
|
GetWindowsDirectoryW(szBuffer, MAX_PATH);
|
||||||
wcscat(szBuffer, L"\\media\\fonts");
|
wcscat(szBuffer, L"\\fonts");
|
||||||
|
|
||||||
dwLength = (wcslen(szBuffer) + 1) * sizeof(WCHAR);
|
dwLength = (wcslen(szBuffer) + 1) * sizeof(WCHAR);
|
||||||
Error = RegSetValueExW(hKey,
|
Error = RegSetValueExW(hKey,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue