Revision: 1373 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1373&view=re... Author: colombanw Date: 2010-05-21 17:50:21 +0000 (Fri, 21 May 2010)
Log Message: ----------- GeanyGenDoc: Open the manual on plugin_help()
Modified Paths: -------------- trunk/geanygendoc/src/ggd-plugin.c
Modified: trunk/geanygendoc/src/ggd-plugin.c =================================================================== --- trunk/geanygendoc/src/ggd-plugin.c 2010-05-21 17:49:54 UTC (rev 1372) +++ trunk/geanygendoc/src/ggd-plugin.c 2010-05-21 17:50:21 UTC (rev 1373) @@ -506,7 +506,13 @@ unload_configuration (); }
+void +plugin_help (void) +{ + open_manual_handler (NULL, NULL); +}
+ /* --- Configuration dialog --- */
#include "ggd-widget-frame.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org