SF.net SVN: geany-plugins:[1082] trunk/geany-plugins/geanyvc/src/geanyvc.c

frlan at users.sourceforge.net frlan at xxxxx
Sun Dec 13 16:14:24 UTC 2009


Revision: 1082
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1082&view=rev
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 at gmail.com>,\nFrank Lanitz <frank at frank.uvena.de>"));
 
 /* Some global variables */


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