mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 18:48:53 +00:00
- PropertySheetHandlers for directories are registered under Directory key
svn path=/trunk/; revision=40827
This commit is contained in:
parent
c92aa547db
commit
dbc07fc66b
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ SH_ShowFolderProperties(LPWSTR pwszFolder)
|
||||||
psh.pszCaption = szName;
|
psh.pszCaption = szName;
|
||||||
|
|
||||||
hpsx = SHCreatePropSheetExtArray(HKEY_CLASSES_ROOT,
|
hpsx = SHCreatePropSheetExtArray(HKEY_CLASSES_ROOT,
|
||||||
L"Folder",
|
L"Directory",
|
||||||
MAX_PROPERTY_SHEET_PAGE-1);
|
MAX_PROPERTY_SHEET_PAGE-1);
|
||||||
|
|
||||||
SHAddFromPropSheetExtArray(hpsx,
|
SHAddFromPropSheetExtArray(hpsx,
|
||||||
|
|
Loading…
Reference in a new issue