summaryrefslogtreecommitdiff
path: root/ui/gtk/help_dlg.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-16 19:47:43 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-16 19:47:43 +0000
commit9f1fd13e9a678b361840a016f55d564e028f87bf (patch)
treed2894dd2301b2e44a7c7b8a59f4eff2a9f0908f5 /ui/gtk/help_dlg.c
parent696ea123be7da4b81e52dc4d65a078d97fd0c2ba (diff)
downloadwireshark-9f1fd13e9a678b361840a016f55d564e028f87bf.tar.gz
Use topic_action instead of topic_cb for the Windows file dialogs. Move
the common Qt help code to wireshark_application.cpp. svn path=/trunk/; revision=45594
Diffstat (limited to 'ui/gtk/help_dlg.c')
-rw-r--r--ui/gtk/help_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/help_dlg.c b/ui/gtk/help_dlg.c
index bcd77bc00e..77d437ae81 100644
--- a/ui/gtk/help_dlg.c
+++ b/ui/gtk/help_dlg.c
@@ -83,7 +83,7 @@ void help_redraw(void)
}
}
-static void
+void
topic_action(topic_action_e action)
{
char *url;