Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: GitHub noreply@github.com Date: Wed, 15 Feb 2017 21:38:16 UTC Commit: 0cc061b66a71c7cb4f1f76a608b379e92978de5d https://github.com/geany/geany-plugins/commit/0cc061b66a71c7cb4f1f76a608b379...
Log Message: ----------- Merge pull request #521 from techee/plugin_docs
Use online version of plugin help
Modified Paths: -------------- geanyctags/src/geanyctags.c projectorganizer/src/prjorg-main.c
Modified: geanyctags/src/geanyctags.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -112,7 +112,7 @@ PluginCallback plugin_callbacks[] = {
void plugin_help (void) { - utils_open_browser (DOCDIR "/" PLUGIN "/README"); + utils_open_browser("http://plugins.geany.org/geanyctags.html"); }
static void spawn_cmd(const gchar *cmd, const gchar *dir)
Modified: projectorganizer/src/prjorg-main.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -219,5 +219,5 @@ void plugin_cleanup(void)
void plugin_help (void) { - utils_open_browser (DOCDIR "/" PLUGIN "/README"); + utils_open_browser("http://plugins.geany.org/projectorganizer.html"); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org