Skip to content

Commit

Permalink
Merge pull request #754 from harryzwh/master
Browse files Browse the repository at this point in the history
Fix missing "-" in newkey
  • Loading branch information
MouriNaruto authored Jan 11, 2020
2 parents e9f2c44 + 10d275b commit 23eee4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5522,15 +5522,15 @@
<True>
<Activate>
<RegMove Key="HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\WorkFolders" NewKey="HKEY_CLASSES_ROOT\*\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove Key="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" NewKey="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove Key="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" NewKey="HKEY_CLASSES_ROOT\Directory\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove Key="HKEY_CLASSES_ROOT\Directory\background\shellex\ContextMenuHandlers\WorkFolders" NewKey="HKEY_CLASSES_ROOT\Directory\background\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove Key="HKEY_CLASSES_ROOT\AllFilesystemObjects\shell\LaunchWorkfoldersControl" NewKey="HKEY_CLASSES_ROOT\AllFilesystemObjects\-shell\LaunchWorkfoldersControl" SkipError="2"/>
</Activate>
</True>
<False>
<Activate>
<RegMove NewKey="HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\WorkFolders" Key="HKEY_CLASSES_ROOT\*\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove NewKey="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" Key="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove NewKey="HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\WorkFolders" Key="HKEY_CLASSES_ROOT\Directory\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove NewKey="HKEY_CLASSES_ROOT\Directory\background\shellex\ContextMenuHandlers\WorkFolders" Key="HKEY_CLASSES_ROOT\Directory\background\-shellex\ContextMenuHandlers\WorkFolders" SkipError="2"/>
<RegMove NewKey="HKEY_CLASSES_ROOT\AllFilesystemObjects\shell\LaunchWorkfoldersControl" Key="HKEY_CLASSES_ROOT\AllFilesystemObjects\-shell\LaunchWorkfoldersControl" SkipError="2"/>
</Activate>
Expand Down

0 comments on commit 23eee4c

Please sign in to comment.