[geany/geany-plugins] 866573: Fix Help button URL
Enrico Tröger
git-noreply at xxxxx
Thu Apr 12 20:45:13 UTC 2012
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Thu, 12 Apr 2012 20:45:13
Commit: 866573ab2ed28a27a019daf4086905c7db0886a6
https://github.com/geany/geany-plugins/commit/866573ab2ed28a27a019daf4086905c7db0886a6
Log Message:
-----------
Fix Help button URL
Until we found a final definition of what the Help button should do, keep it as before but at least
with a working URL.
Modified Paths:
--------------
spellcheck/src/scplugin.c
Modified: spellcheck/src/scplugin.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -340,7 +340,7 @@ void plugin_help(void)
}
g_free(readme);
*/
- utils_open_browser("http://plugins.geany.org/spellcheck/");
+ utils_open_browser("http://plugins.geany.org/spellcheck.html");
}
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list