mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[NETSHELL] Register folder attributes as SFGAO_FOLDER, not SFGAO_CANDELETE (#5880)
On Windows the Network connections folder uses a binary value
and someone forgot about Little Endian when converting it to a DWORD.
Addendum to 7eb3fcf1d
(r66485). CORE-9276
This issue has not been very visible because of bugs in CRegFolderEnum.
This commit is contained in:
parent
a6c838299c
commit
b3c1f652ec
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ HKCR
|
|||
DefaultIcon = s '%MODULE%'
|
||||
ShellFolder
|
||||
{
|
||||
val Attributes = d '0x00000020'
|
||||
val Attributes = d '0x20000000'
|
||||
}
|
||||
val LocalizedString = s '@%MODULE%,-10000'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue