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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/help_url.c b/ui/help_url.c
index 42ae987204..7a2b9a026e 100644
--- a/ui/help_url.c
+++ b/ui/help_url.c
@@ -351,6 +351,10 @@ topic_action_url(topic_action_e action)
case(HELP_IAX2_ANALYSIS_DIALOG):
url = user_guide_url("ChTelIAX2Analysis.html");
break;
+ case(HELP_TELEPHONY_RTP_PLAYER_DIALOG):
+ url = user_guide_url("ChTelRtpPlayer.html");
+ break;
+
case(TOPIC_ACTION_NONE):
default:
g_assert_not_reached();