[geany/geany] e01d5a: Add icon to Explorer context menu entry

Igor Shaula git-noreply at xxxxx
Thu Mar 7 23:07:50 UTC 2013


Branch:      refs/heads/master
Author:      Igor Shaula <gentoo90 at gmail.com>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Thu, 07 Mar 2013 23:07:50 UTC
Commit:      e01d5a568b893a42a089272d8063c35548dfb9e7
             https://github.com/geany/geany/commit/e01d5a568b893a42a089272d8063c35548dfb9e7

Log Message:
-----------
Add icon to Explorer context menu entry


Modified Paths:
--------------
    geany.nsi

Modified: geany.nsi
1 files changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -216,6 +216,7 @@ SectionEnd
 Section "Context Menus" SEC07
 	SectionIn 1
 	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"'
 SectionEnd
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list