summaryrefslogtreecommitdiff
path: root/ui/help_url.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/help_url.c')
-rw-r--r--ui/help_url.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/help_url.c b/ui/help_url.c
index 5ccb3082c5..bbc724d2bb 100644
--- a/ui/help_url.c
+++ b/ui/help_url.c
@@ -333,6 +333,9 @@ topic_action_url(topic_action_e action)
case(HELP_TELEPHONY_VOIP_CALLS_DIALOG):
url = user_guide_url("ChTelVoipCalls.html");
break;
+ case(HELP_RTP_ANALYSIS_DIALOG):
+ url = user_guide_url("ChTelRTPAnalysis.html");
+ break;
case(TOPIC_ACTION_NONE):
default: