SF.net SVN: geany-plugins:[1456] trunk/geanylatex/src/geanylatex.c

frlan at users.sourceforge.net frlan at xxxxx
Mon Jun 14 01:14:37 UTC 2010


Revision: 1456
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1456&view=rev
Author:   frlan
Date:     2010-06-14 01:14:37 +0000 (Mon, 14 Jun 2010)

Log Message:
-----------
GeanyLaTeX: Make usage of PLUGIN_SET_TRANSLATABLE_INFO() and bump dependency to Geany plugin API v188

Modified Paths:
--------------
    trunk/geanylatex/src/geanylatex.c

Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c	2010-06-14 01:14:15 UTC (rev 1455)
+++ trunk/geanylatex/src/geanylatex.c	2010-06-14 01:14:37 UTC (rev 1456)
@@ -28,10 +28,15 @@
 #include "geanylatex.h"
 #include "ctype.h"
 
-PLUGIN_VERSION_CHECK(184)
+PLUGIN_VERSION_CHECK(188)
 
-PLUGIN_SET_INFO(_("GeanyLaTeX"), _("Plugin to provide better LaTeX support"),
-	VERSION,"Frank Lanitz <frank at frank.uvena.de>")
+PLUGIN_SET_TRANSLATABLE_INFO(
+	LOCALEDIR,
+	GETTEXT_PACKAGE,
+	_("GeanyLaTeX"),
+	_("Plugin to provide better LaTeX support"),
+	VERSION,
+	"Frank Lanitz <frank at frank.uvena.de>")
 
 GeanyPlugin	 *geany_plugin;
 GeanyData	   *geany_data;


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