SF.net SVN: geany-plugins:[1472] trunk/geany-plugins/geanysendmail/src/ geanysendmail.c
frlan at users.sourceforge.net
frlan at xxxxx
Sun Jun 27 12:00:47 UTC 2010
Revision: 1472
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1472&view=rev
Author: frlan
Date: 2010-06-27 12:00:47 +0000 (Sun, 27 Jun 2010)
Log Message:
-----------
GeanySendMail: Make usage of PLUGIN_SET_TRANSLATABLE_INFO and bump API dependency to 188
Modified Paths:
--------------
trunk/geany-plugins/geanysendmail/src/geanysendmail.c
Modified: trunk/geany-plugins/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2010-06-27 12:00:18 UTC (rev 1471)
+++ trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2010-06-27 12:00:47 UTC (rev 1472)
@@ -35,10 +35,16 @@
GeanyData *geany_data;
GeanyFunctions *geany_functions;
-PLUGIN_VERSION_CHECK(147)
+PLUGIN_VERSION_CHECK(188)
-PLUGIN_SET_INFO(_("GeanySendMail"), _("A little plugin to send the current \
-file as attachment by user's favorite mailer"), VERSION, "Frank Lanitz <frank at frank.uvena.de>")
+PLUGIN_SET_TRANSLATABLE_INFO(
+ LOCALEDIR,
+ GETTEXT_PACKAGE,
+ _("GeanySendMail"),
+ _("A little plugin to send the current"
+ "file as attachment by user's favorite mailer"),
+ VERSION,
+ "Frank Lanitz <frank at frank.uvena.de>")
/* Keybinding(s) */
enum
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