https://git.reactos.org/?p=reactos.git;a=commitdiff;h=643458114fe3588d210f7bf8671d4867fc19346c
commit 643458114fe3588d210f7bf8671d4867fc19346c Author: Stanislav Motylkov <x86co...@gmail.com> AuthorDate: Tue Apr 14 18:20:18 2020 +0300 Commit: Hermès BÉLUSCA - MAÏTO <hermes.belusca-ma...@reactos.org> CommitDate: Wed Apr 15 12:38:27 2020 +0200 [ZIPFLDR] Fix FriendlyTypeName registry value (#2548) It should be a value inside CompressedFolder key, not a subkey. --- dll/shellext/zipfldr/res/zipfldr.rgs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dll/shellext/zipfldr/res/zipfldr.rgs b/dll/shellext/zipfldr/res/zipfldr.rgs index c57aeae4815..d9069ad537b 100644 --- a/dll/shellext/zipfldr/res/zipfldr.rgs +++ b/dll/shellext/zipfldr/res/zipfldr.rgs @@ -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%'