aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/help_dlg.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-07-29 15:02:12 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-07-29 15:02:12 +0000
commite2cd738ca5b9c14afef40fca9f2a58d6a57a02a0 (patch)
tree26ebe8d00818774cb9a1957c8e1e7ce24331416c /ui/gtk/help_dlg.c
parenta35504013290f7fe72ce644b6f2f42e3b51ac9e0 (diff)
Add link to Ask Wireshark Website ( http://ask.wireshark.org )in Help Menu for GTK
May be add a icon before (use favicon of Ask Website ?) Backport to older release ? svn path=/trunk/; revision=44104
Diffstat (limited to 'ui/gtk/help_dlg.c')
-rw-r--r--ui/gtk/help_dlg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/gtk/help_dlg.c b/ui/gtk/help_dlg.c
index 5340003415..bcb0376f86 100644
--- a/ui/gtk/help_dlg.c
+++ b/ui/gtk/help_dlg.c
@@ -162,6 +162,9 @@ topic_online_url(topic_action_e action)
case(ONLINEPAGE_FAQ):
return "http://www.wireshark.org/faq.html";
break;
+ case(ONLINEPAGE_ASK):
+ return "http://ask.wireshark.org";
+ break;
case(ONLINEPAGE_SAMPLE_FILES):
return "http://wiki.wireshark.org/SampleCaptures";
break;