aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/help_dlg.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-17 21:22:00 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-17 21:22:00 +0000
commit74a5e2c39ce30318dcf21a227264fad67f0dacf8 (patch)
treecd84c3749787a2f25f8a7fd0fb60c14c075c741a /gtk/help_dlg.c
parent51a113f604c343bd154e3a4fff544af4d2e2b137 (diff)
Added help button in expert info and expert info composite dialogs.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24374 f5534014-38df-0310-8fa8-9805f1628bb7
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 eda0450f8f..c54072a616 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -440,6 +440,9 @@ topic_action(topic_action_e action)
case(HELP_FOLLOW_TCP_STREAM_DIALOG):
help_topic_html("ChAdvFollowTCPSection.html");
break;
+ case(HELP_EXPERT_INFO_DIALOG):
+ help_topic_html("ChAdvExpert.html");
+ break;
case(HELP_STATS_SUMMARY_DIALOG):
help_topic_html("ChStatSummary.html");
break;