[geany/geany-plugins] 8cffdb: projectorganizer: use PLUGIN_SET_TRANSLATABLE_INFO()

Jiří Techet git-noreply at xxxxx
Sun Mar 29 19:36:51 UTC 2015


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Sun, 29 Mar 2015 19:36:51 UTC
Commit:      8cffdb4f7653793f074db82d8084e0e0315479d5
             https://github.com/geany/geany-plugins/commit/8cffdb4f7653793f074db82d8084e0e0315479d5

Log Message:
-----------
projectorganizer: use PLUGIN_SET_TRANSLATABLE_INFO()


Modified Paths:
--------------
    projectorganizer/src/prjorg-main.c

Modified: projectorganizer/src/prjorg-main.c
13 lines changed, 8 insertions(+), 5 deletions(-)
===================================================================
@@ -29,16 +29,19 @@
 #include "prjorg-sidebar.h"
 #include "prjorg-menu.h"
 
-PLUGIN_VERSION_CHECK(214)
-PLUGIN_SET_INFO("Project Organizer",
-	_("Project file tree, project-wide indexing and search, extra navigation options"),
-	VERSION,
-	"Jiri Techet <techet at gmail.com>")
 
 GeanyPlugin *geany_plugin;
 GeanyData *geany_data;
 GeanyFunctions *geany_functions;
 
+PLUGIN_VERSION_CHECK(214)
+PLUGIN_SET_TRANSLATABLE_INFO(
+	LOCALEDIR,
+	GETTEXT_PACKAGE,
+	_("Project Organizer"),
+	_("Project file tree, project-wide indexing and search, extra navigation options"),
+	VERSION,
+	"Jiri Techet <techet at gmail.com>")
 
 static gint page_index = -1;
 



--------------
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