SF.net SVN: geany:[3876] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sat Jun 20 16:52:00 UTC 2009


Revision: 3876
          http://geany.svn.sourceforge.net/geany/?rev=3876&view=rev
Author:   eht16
Date:     2009-06-20 16:52:00 +0000 (Sat, 20 Jun 2009)

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

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/geany.nsi

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-06-20 16:51:47 UTC (rev 3875)
+++ trunk/ChangeLog	2009-06-20 16:52:00 UTC (rev 3876)
@@ -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>

Modified: trunk/geany.nsi
===================================================================
--- trunk/geany.nsi	2009-06-20 16:51:47 UTC (rev 3875)
+++ trunk/geany.nsi	2009-06-20 16:52:00 UTC (rev 3876)
@@ -211,7 +211,7 @@
 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list