[geany/geany-plugins] fe2a08: added PLUGIN_SET_TRANSLATABLE_INFO

Enrico git-noreply at xxxxx
Thu May 3 20:54:59 UTC 2012


Branch:      refs/heads/master
Author:      Enrico <enrico.trt at gmail.com>
Committer:   Enrico <enrico.trt at gmail.com>
Date:        Thu, 03 May 2012 20:54:59
Commit:      fe2a08276d1359698faaf7e83ff30697ffdd5349
             https://github.com/geany/geany-plugins/commit/fe2a08276d1359698faaf7e83ff30697ffdd5349

Log Message:
-----------
added PLUGIN_SET_TRANSLATABLE_INFO


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

Modified: geniuspaste/src/geniuspaste.c
7 files changed, 3 insertions(+), 4 deletions(-)
===================================================================
@@ -67,10 +67,9 @@
 static gboolean check_button_is_checked = FALSE;
 
 PLUGIN_VERSION_CHECK(147)
-PLUGIN_SET_INFO("GeniusPaste",
-                "Paste your code on your favorite pastebin",
-                "0.1",
-                "Enrico Trotta");
+PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, "GeniusPaste",
+    _("Paste your code on your favorite pastebin"), 
+    "0.1", "Enrico Trotta");
 
 static gint indexof(const gchar * string, gchar c)
 {


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list