Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Wed, 15 Feb 2017 18:03:45 UTC Commit: 208fc90a92725cc60b13a4ae9a031e741e0d1e28 https://github.com/geany/geany-plugins/commit/208fc90a92725cc60b13a4ae9a031e...
Log Message: ----------- projectorganizer: Use online html version of the documentation
Modified Paths: -------------- projectorganizer/src/prjorg-main.c
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).