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:
parent
4e355f868e
commit
ddd095d7e7
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user