SF.net SVN: geany-plugins:[1473] trunk/geany-plugins/geanylipsum/src/ geanylipsum.c
frlan at users.sourceforge.net
frlan at xxxxx
Sun Jun 27 12:01:15 UTC 2010
Revision: 1473
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1473&view=rev
Author: frlan
Date: 2010-06-27 12:01:15 +0000 (Sun, 27 Jun 2010)
Log Message:
-----------
GeanyLipsum: Make usage of PLUGIN_SET_TRANSLATABLE_INFO and bump API dependency to 188
Modified Paths:
--------------
trunk/geany-plugins/geanylipsum/src/geanylipsum.c
Modified: trunk/geany-plugins/geanylipsum/src/geanylipsum.c
===================================================================
--- trunk/geany-plugins/geanylipsum/src/geanylipsum.c 2010-06-27 12:00:47 UTC (rev 1472)
+++ trunk/geany-plugins/geanylipsum/src/geanylipsum.c 2010-06-27 12:01:15 UTC (rev 1473)
@@ -31,8 +31,14 @@
GeanyData *geany_data;
GeanyFunctions *geany_functions;
-PLUGIN_VERSION_CHECK(147)
-PLUGIN_SET_INFO(_("GeanyLipsum"), _("Creating dummy text with Geany"), "0.4.2", "Frank Lanitz <frank at frank.uvena.de>");
+PLUGIN_VERSION_CHECK(188)
+PLUGIN_SET_TRANSLATABLE_INFO(
+ LOCALEDIR,
+ GETTEXT_PACKAGE,
+ _("GeanyLipsum"),
+ _("Creating dummy text with Geany"),
+ "0.4.2",
+ "Frank Lanitz <frank at frank.uvena.de>");
static GtkWidget *main_menu_item = NULL;
static gchar *lipsum = NULL;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list