[geany/geany-plugins] 3d8b39: GeanyNumberedBookmarks: Fix I18N setup
Colomban Wendling
git-noreply at xxxxx
Mon Feb 25 14:59:41 UTC 2013
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Mon, 25 Feb 2013 14:59:41 UTC
Commit: 3d8b39cab7308edb717c36fb53b8245a9b8e6b39
https://github.com/geany/geany-plugins/commit/3d8b39cab7308edb717c36fb53b8245a9b8e6b39
Log Message:
-----------
GeanyNumberedBookmarks: Fix I18N setup
Modified Paths:
--------------
geanynumberedbookmarks/src/geanynumberedbookmarks.c
Modified: geanynumberedbookmarks/src/geanynumberedbookmarks.c
8 files changed, 6 insertions(+), 2 deletions(-)
===================================================================
@@ -10,6 +10,7 @@
*/
+#include "config.h"
#include "geanyplugin.h"
#include "utils.h"
#include "Scintilla.h"
@@ -55,8 +56,11 @@
PLUGIN_VERSION_CHECK(147)
-PLUGIN_SET_INFO("Numbered Bookmarks",_("Numbered Bookmarks for Geany"),
- "1.0","William Fraser <william.fraser at virgin.net>")
+PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
+ "Numbered Bookmarks",
+ _("Numbered Bookmarks for Geany"),
+ "1.0",
+ "William Fraser <william.fraser at virgin.net>")
/* Plugin user alterable settings */
static gboolean bCenterWhenGotoBookmark=TRUE;
--------------
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