mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[SHELL32]
- Fix a typo in a registry path svn path=/trunk/; revision=54724
This commit is contained in:
parent
bff7c0a637
commit
2dc4238d90
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ HRESULT WINAPI CFSFolder::GetUIObjectOf(HWND hwndOwner,
|
|||
return hr;
|
||||
}
|
||||
|
||||
static const WCHAR AdvancedW[] = L"SORFWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced";
|
||||
static const WCHAR AdvancedW[] = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced";
|
||||
static const WCHAR HideFileExtW[] = L"HideFileExt";
|
||||
static const WCHAR NeverShowExtW[] = L"NeverShowExt";
|
||||
|
||||
|
|
Loading…
Reference in a new issue