aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_stream_dialog.cpp
diff options
context:
space:
mode:
authorJirka Novak <j.novak@netsystem.cz>2021-04-10 01:26:17 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-11 15:46:48 +0000
commit2c82ed9a97906f0ee9492a0bc446d92c5116bb5d (patch)
treeb535ea1db254a1633d95c7d376aff885199902bf /ui/qt/rtp_stream_dialog.cpp
parent53f031a8bdd1d448c3c53a98d42368e900450c65 (diff)
WSUG: Added description of new features of telephony dialogs
Changes: - Added description of playlist idea and related operations - Added description of RTP Player dialog - Added description of VoIP Calls dialog - Added description of Flow Graph dialog - Added help link to Flow Graph dialog - Added description of RTP Streams window - Added description of RTP Stream Analysis window - Updated related past images
Diffstat (limited to 'ui/qt/rtp_stream_dialog.cpp')
-rw-r--r--ui/qt/rtp_stream_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/rtp_stream_dialog.cpp b/ui/qt/rtp_stream_dialog.cpp
index e3cb59963c..23b159b470 100644
--- a/ui/qt/rtp_stream_dialog.cpp
+++ b/ui/qt/rtp_stream_dialog.cpp
@@ -793,7 +793,7 @@ void RtpStreamDialog::on_buttonBox_clicked(QAbstractButton *button)
void RtpStreamDialog::on_buttonBox_helpRequested()
{
- wsApp->helpTopicAction(HELP_RTP_ANALYSIS_DIALOG);
+ wsApp->helpTopicAction(HELP_TELEPHONY_RTP_STREAMS_DIALOG);
}
void RtpStreamDialog::on_displayFilterCheckBox_toggled(bool checked _U_)