aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-16 10:53:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-16 10:53:09 +0000
commite571cbfa9d566ac13cb857729b1dfc273b451b72 (patch)
treec0215d95fc4f1702a01f349d714aafc27740b529 /gtk/rtp_stream_dlg.c
parentaf3435f669d841fa38f66313a101d59736575d4b (diff)
add 12 new toolbar/menu icons
add two toolbar toggle buttons add icons to various menu items create new Statistics telephony group and put telephony and alike protocols in it svn path=/trunk/; revision=14098
Diffstat (limited to 'gtk/rtp_stream_dlg.c')
-rw-r--r--gtk/rtp_stream_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/rtp_stream_dlg.c b/gtk/rtp_stream_dlg.c
index 3b0cdb28c0..dbf17ae61a 100644
--- a/gtk/rtp_stream_dlg.c
+++ b/gtk/rtp_stream_dlg.c
@@ -884,6 +884,6 @@ void rtpstream_launch(GtkWidget *w _U_, gpointer data _U_)
void
register_tap_listener_rtp_stream_dlg(void)
{
- register_tap_menu_item("RTP/Show All Streams...", REGISTER_TAP_GROUP_NONE,
+ register_tap_menu_item("RTP/Show All Streams...", REGISTER_TAP_GROUP_TELEPHONY,
rtpstream_launch, NULL, NULL, NULL);
}