Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
d1925d0c
Commit
d1925d0c
authored
Sep 23, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct context-menu in Windows Installer.
Patch by Hannes Domani
parent
3da67c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
vlc.win32.nsi.in
vlc.win32.nsi.in
+6
-6
No files found.
vlc.win32.nsi.in
View file @
d1925d0c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment