SF.net SVN: geany-plugins:[361] trunk/geanydoc/src/config.c

yurand at users.sourceforge.net yurand at xxxxx
Fri Jan 2 21:46:47 UTC 2009


Revision: 361
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=361&view=rev
Author:   yurand
Date:     2009-01-02 21:46:47 +0000 (Fri, 02 Jan 2009)

Log Message:
-----------
GeanyDoc: Fixed default PHP settings

Modified Paths:
--------------
    trunk/geanydoc/src/config.c

Modified: trunk/geanydoc/src/config.c
===================================================================
--- trunk/geanydoc/src/config.c	2008-12-31 14:23:18 UTC (rev 360)
+++ trunk/geanydoc/src/config.c	2009-01-02 21:46:47 UTC (rev 361)
@@ -49,7 +49,7 @@
 	"command1 = devhelp -s '%w'\n"
 	"[PHP]\n"
 	"internal = false\n"
-	"command0 = firefox \"http://www.php.net/%s\"\n"
+	"command0 = firefox \"http://www.php.net/%w\"\n"
 	"[Sh]\n"
 	"internal = true\n"
 	"command0 = man -P \"col -b\" -S 1:4:5:6:7:8:9 '%w'\n"


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



More information about the Plugins-Commits mailing list