Quote the full filename to the Geany executable when creating the "Open with Geany" context menu item.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3876 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2009-06-20 16:52:00 +00:00
parent 4e355f868e
commit ddd095d7e7
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@
Refactor some related code.
* tagmanager/conf.c:
Strip trailing spaces from "Key" tags.
* geany.nsi:
Quote the full filename to the Geany executable when creating the
"Open with Geany" context menu item.
2009-06-18 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>

View File

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