aboutsummaryrefslogtreecommitdiffstats
path: root/ui/help_url.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/help_url.c')
-rw-r--r--ui/help_url.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/ui/help_url.c b/ui/help_url.c
index d8aee0ffb6..37699748c1 100644
--- a/ui/help_url.c
+++ b/ui/help_url.c
@@ -24,6 +24,10 @@
#include <wsutil/unicode-utils.h>
#endif
+// To do:
+// - Automatically generate part or all of this, e.g. by parsing
+// the DocBook XML or the chunked HTML.
+
const char *
topic_online_url(topic_action_e action)
{
@@ -164,7 +168,7 @@ topic_action_url(topic_action_e action)
case(HELP_CONTENT):
url = user_guide_url( "index.html");
break;
- case(HELP_CAPTURE_OPTIONS_DIALOG):
+ case(HELP_CAPTURE_OPTIONS):
url = user_guide_url("ChCapCaptureOptions.html");
break;
case(HELP_CAPTURE_FILTERS_DIALOG):
@@ -197,8 +201,8 @@ topic_action_url(topic_action_e action)
case(HELP_GOTO_DIALOG):
url = user_guide_url("ChWorkGoToPacketSection.html");
break;
- case(HELP_CAPTURE_INTERFACES_DIALOG):
- url = user_guide_url("ChCapInterfaceSection.html");
+ case(HELP_CAPTURE_OPTIONS_DIALOG):
+ url = user_guide_url("ChCapCaptureOptions.html");
break;
case(HELP_CAPTURE_INFO_DIALOG):
url = user_guide_url("ChCapRunningSection.html");