From 9f1fd13e9a678b361840a016f55d564e028f87bf Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 16 Oct 2012 19:47:43 +0000 Subject: 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 --- ui/help_url.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ui/help_url.h') diff --git a/ui/help_url.h b/ui/help_url.h index a2d7c4a489..c4e247813a 100644 --- a/ui/help_url.h +++ b/ui/help_url.h @@ -148,6 +148,12 @@ gchar *user_guide_url(const gchar *page); */ gchar *topic_action_url(topic_action_e action); +/** Open a specific topic (create a "Help" dialog box or open a webpage). + * + * @param topic the topic to display + */ +void topic_action(topic_action_e topic); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3