[geany/geany-plugins] 49993a: geanyprj: Show the plugin name in the plugin manager instead of generic "Project"

Jiří Techet git-noreply at xxxxx
Sun Nov 9 17:22:09 UTC 2014


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 09 Nov 2014 17:22:09 UTC
Commit:      49993af4cb6d44ed5a4a9662439f0158cd412c5e
             https://github.com/geany/geany-plugins/commit/49993af4cb6d44ed5a4a9662439f0158cd412c5e

Log Message:
-----------
geanyprj: Show the plugin name in the plugin manager instead of generic "Project"


Modified Paths:
--------------
    geanyprj/src/geanyprj.c

Modified: geanyprj/src/geanyprj.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -35,7 +35,7 @@
 #include "geanyprj.h"
 
 PLUGIN_VERSION_CHECK(221)
-PLUGIN_SET_INFO(_("Project"), _("Alternative project support."), VERSION,
+PLUGIN_SET_INFO("GeanyPrj", _("Alternative project support."), VERSION,
 		"Yura Siamashka <yurand2 at gmail.com>")
 
 GeanyData      *geany_data;



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list