mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[ZIPFLDR] Fix FriendlyTypeName registry value (#2548)
It should be a value inside CompressedFolder key, not a subkey.
This commit is contained in:
parent
978bcf8601
commit
643458114f
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ HKCR
|
|||
'{888DCA60-FC0A-11CF-8F0F-00C04FD7D062}' = s 'Compressed (zipped) Folder SendTo Target'
|
||||
{
|
||||
val EditFlags = d '0x01'
|
||||
val FriendlyTypeName = s '%MODULE%,-10226'
|
||||
val FriendlyTypeName = s '@%MODULE%,-10226'
|
||||
val NeverShowExt = s ''
|
||||
val NoOpen = s 'Drag Files onto this icon to compress them.'
|
||||
DefaultIcon = s '%MODULE%' { }
|
||||
|
@ -39,7 +39,7 @@ HKCR
|
|||
}
|
||||
NoRemove CompressedFolder
|
||||
{
|
||||
FriendlyTypeName = s '%MODULE%,-10195'
|
||||
val FriendlyTypeName = s '@%MODULE%,-10195'
|
||||
CLSID = s '{E88DCCE0-B7B3-11D1-A9F0-00AA0060FA31}'
|
||||
DefaultIcon = s '%MODULE%'
|
||||
|
||||
|
|
Loading…
Reference in a new issue