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
This commit is contained in:
Ulf Lamping 2008-04-16 00:09:15 +00:00
parent 769bd28a5d
commit 8642844fef
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -66,6 +66,7 @@ typedef enum {
HELP_PRINT_DIALOG,
HELP_FIND_DIALOG,
HELP_FILESET_DIALOG,
HELP_FIREWALL_DIALOG,
HELP_GOTO_DIALOG,
HELP_CAPTURE_INTERFACES_DIALOG,
HELP_ENABLED_PROTOCOLS_DIALOG,