aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-02-05 05:06:21 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-02-05 05:06:21 +0000
commit2b22bcb1a3d4b1979ff81077f3137072a95fdcae (patch)
tree9589763778aa33de988993687a746eca572bd2c3 /gtk/help_dlg.c
parentb7a16926d738da9fce30fdef9845476733ada9ef (diff)
* Add a help facility for UATs
* export help_topic_html() svn path=/trunk/; revision=20717
Diffstat (limited to 'gtk/help_dlg.c')
-rw-r--r--gtk/help_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index 1de331e497..56507e817e 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -231,7 +231,7 @@ gboolean topic_available(topic_action_e action) {
/*
* Open the help dialog and show a specific HTML help page.
*/
-static void help_topic_html(const gchar *topic) {
+void help_topic_html(const gchar *topic) {
GString *url;