Commit d1925d0c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Correct context-menu in Windows Installer.

Patch by Hannes Domani
parent 3da67c98
......@@ -492,12 +492,6 @@ Section "ActiveX plugin" SEC04
RegDLL "$INSTDIR\axvlc.dll"
SectionEnd
Section /o "Context Menus" SEC05
SectionIn 3
!insertmacro MacroAllExtensions AddContextMenu
!insertmacro AddContextMenu "Directory"
SectionEnd
SectionGroup "File type associations" SEC06
SectionGroup "Audio Files"
!insertmacro MacroAudioExtensions RegisterExtensionSection
......@@ -510,6 +504,12 @@ SectionGroup "File type associations" SEC06
SectionGroupEnd
SectionGroupEnd
Section /o "Context Menus" SEC05
SectionIn 3
!insertmacro MacroAllExtensions AddContextMenu
!insertmacro AddContextMenu "Directory"
SectionEnd
Section /o "Delete preferences and cache" SEC07
!insertmacro delprefs
SectionEnd
......
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