[geany/geany] 11c3c9: Fixed a wrong reference to utils_open_browser()

Frank Lanitz git-noreply at xxxxx
Sun May 6 06:14:19 UTC 2012


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 06 May 2012 06:14:19
Commit:      11c3c91525919cb5b9f7bf168cbe8e894f345f88
             https://github.com/geany/geany/commit/11c3c91525919cb5b9f7bf168cbe8e894f345f88

Log Message:
-----------
Fixed a wrong reference to utils_open_browser()


Modified Paths:
--------------
    doc/pluginsymbols.c

Modified: doc/pluginsymbols.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -103,7 +103,7 @@
 void plugin_cleanup();
 
 /** Called whenever the plugin should show its documentation (if any). This may open a dialog,
- * a browser with a website or a local installed HTML help file(see utils_start_browser())
+ * a browser with a website or a local installed HTML help file(see utils_open_browser())
  * or something else.
  * Can be omitted when not needed. */
 void plugin_help();


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list