Revision: 409 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=409&view=rev Author: frlan Date: 2009-01-28 21:59:09 +0000 (Wed, 28 Jan 2009)
Log Message: ----------- GeanyLaTeX: Make usage of plugin_help() function of Geany API v130
Modified Paths: -------------- trunk/geanylatex/src/geanylatex.c
Modified: trunk/geanylatex/src/geanylatex.c =================================================================== --- trunk/geanylatex/src/geanylatex.c 2009-01-28 21:58:42 UTC (rev 408) +++ trunk/geanylatex/src/geanylatex.c 2009-01-28 21:59:09 UTC (rev 409) @@ -24,7 +24,7 @@
#include "geanylatex.h"
-PLUGIN_VERSION_CHECK(115) +PLUGIN_VERSION_CHECK(130)
PLUGIN_SET_INFO(_("LaTeX"), _("Plugin to provide better LaTeX support"), "0.3dev","Frank Lanitz frank@frank.uvena.de") @@ -834,6 +834,16 @@ insert_bibtex_entry(NULL, NULL); }*/
+ +void plugin_help() +{ + dialogs_show_msgbox(GTK_MESSAGE_INFO, + _("GeanyLaTeX is a plugin to improve support for LaTeX in Geany." + "\n\nPlease report all bugs or feature requests to one of the " + "authors.")); +} + + void plugin_init(G_GNUC_UNUSED GeanyData * data) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org