Revision: 1082 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1082&view=re... Author: frlan Date: 2009-12-13 16:14:23 +0000 (Sun, 13 Dec 2009)
Log Message: ----------- Show GeanyVC in plugin manager as name of plugin
Modified Paths: -------------- trunk/geany-plugins/geanyvc/src/geanyvc.c
Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c =================================================================== --- trunk/geany-plugins/geanyvc/src/geanyvc.c 2009-12-13 16:12:54 UTC (rev 1081) +++ trunk/geany-plugins/geanyvc/src/geanyvc.c 2009-12-13 16:14:23 UTC (rev 1082) @@ -50,7 +50,7 @@ GeanyFunctions *geany_functions;
PLUGIN_VERSION_CHECK(115); -PLUGIN_SET_INFO(_("VC"), _("Interface to different Version Control systems."), VERSION, +PLUGIN_SET_INFO(_("GeanyVC"), _("Interface to different Version Control systems."), VERSION, _("Yura Siamashka yurand2@gmail.com,\nFrank Lanitz frank@frank.uvena.de"));
/* Some global variables */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org