mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +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;
|
||||
|
||||
hpsx = SHCreatePropSheetExtArray(HKEY_CLASSES_ROOT,
|
||||
L"Folder",
|
||||
L"Directory",
|
||||
MAX_PROPERTY_SHEET_PAGE-1);
|
||||
|
||||
SHAddFromPropSheetExtArray(hpsx,
|
||||
|
|
Loading…
Reference in a new issue