Add icon to Explorer context menu entry

This commit is contained in:
Igor Shaula 2013-02-09 18:47:05 +02:00 committed by Enrico Tröger
parent 923c8582e3
commit e01d5a568b

View File

@ -216,6 +216,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