summaryrefslogtreecommitdiff
path: root/gtk/help_dlg.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-02-14 09:33:57 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-02-14 09:33:57 +0000
commitba11df88da796bec3b3e7413a88ba8ab18a25696 (patch)
treeb54560ff43ce49a087a226f8545f972040f20140 /gtk/help_dlg.c
parentb0a09b3c8b1b34fd3a06abf6b57cc946e5e92015 (diff)
downloadwireshark-ba11df88da796bec3b3e7413a88ba8ab18a25696.tar.gz
Added option to turn off name resolution.
Added help button (documentation TBD). svn path=/trunk/; revision=24329
Diffstat (limited to 'gtk/help_dlg.c')
-rw-r--r--gtk/help_dlg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index 223aaa5c3c..eda0450f8f 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -455,6 +455,9 @@ topic_action(topic_action_e action)
case(HELP_STATS_IO_GRAPH_DIALOG):
help_topic_html("ChStatIOGraphs.html");
break;
+ case(HELP_STATS_WLAN_TRAFFIC_DIALOG):
+ help_topic_html("ChStatWLANTraffic.html");
+ break;
case(HELP_FILESET_DIALOG):
help_topic_html("ChIOFileSetSection.html");
break;