Merge branch 'gentoo90-context-menu-icon'

This commit is contained in:
Enrico Tröger 2013-03-08 00:08:58 +01:00
commit b01f31c09b

View File

@ -217,6 +217,7 @@ SectionEnd
Section "Context Menus" SEC07 Section "Context Menus" SEC07
SectionIn 1 SectionIn 1
WriteRegStr HKCR "*\shell\OpenWithGeany" "" "Open with Geany" WriteRegStr HKCR "*\shell\OpenWithGeany" "" "Open with Geany"
WriteRegStr HKCR "*\shell\OpenWithGeany" "Icon" "$INSTDIR\bin\geany.exe"
WriteRegStr HKCR "*\shell\OpenWithGeany\command" "" '"$INSTDIR\bin\geany.exe" "%1"' WriteRegStr HKCR "*\shell\OpenWithGeany\command" "" '"$INSTDIR\bin\geany.exe" "%1"'
SectionEnd SectionEnd