summaryrefslogtreecommitdiff
path: root/gtk/help_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-16 00:09:15 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-16 00:09:15 +0000
commit8642844fef1e3585fe292308cdb9a0ebd4cb22cc (patch)
tree5b13c3906421df671905942c17aa9c4ac0df1e8c /gtk/help_dlg.c
parent769bd28a5da227b3f4fddac8f8ce3c34fce1b13d (diff)
downloadwireshark-8642844fef1e3585fe292308cdb9a0ebd4cb22cc.tar.gz
add the firewall ACL dialog to the help topics (would be a good idea to better describe that dialog anyway...)
svn path=/trunk/; revision=25060
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 676faf4906..c9bf200019 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -237,6 +237,9 @@ topic_action(topic_action_e action)
case(HELP_FIND_DIALOG):
help_topic_html("ChWorkFindPacketSection.html");
break;
+ case(HELP_FIREWALL_DIALOG):
+ help_topic_html("ChUseAnalyzeMenuSection.html");
+ break;
case(HELP_GOTO_DIALOG):
help_topic_html("ChWorkGoToPacketSection.html");
break;