Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 25 Feb 2013 14:59:41 UTC Commit: 3d8b39cab7308edb717c36fb53b8245a9b8e6b39 https://github.com/geany/geany-plugins/commit/3d8b39cab7308edb717c36fb53b824...
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@virgin.net") +PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE, + "Numbered Bookmarks", + _("Numbered Bookmarks for Geany"), + "1.0", + "William Fraser william.fraser@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).
plugins-commits@lists.geany.org