Commit 5eda7773 authored by Christophe Mutricy's avatar Christophe Mutricy

Don't put contextual menu on the recycle bin. Thanks to Razer in the forum (closes #511)

parent 3de570c2
......@@ -389,7 +389,7 @@ SectionEnd
Section "Context Menus" SEC05
SectionIn 2 3
!insertmacro MacroAllExtensions AddContextMenu
!insertmacro AddContextMenu "Folder"
!insertmacro AddContextMenu "Directory"
SectionEnd
SectionGroup "File type associations" SEC06
......@@ -476,7 +476,7 @@ Section "Uninstall" SEC91
!insertmacro MacroAllExtensions DeleteContextMenu
!insertmacro MacroAllExtensions UnRegisterExtensionSection
!insertmacro DeleteContextMenu "Folder"
!insertmacro DeleteContextMenu "Directory"
UnRegDLL "$INSTDIR\axvlc.dll"
Delete /REBOOTOK "$INSTDIR\axvlc.dll"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment