aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_counter.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/h225_counter.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/h225_counter.c')
-rw-r--r--gtk/h225_counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/h225_counter.c b/gtk/h225_counter.c
index 2b4bf3df24..24894402b9 100644
--- a/gtk/h225_counter.c
+++ b/gtk/h225_counter.c
@@ -564,6 +564,6 @@ register_tap_listener_gtk_h225counter(void)
{
register_tap_listener_cmd_arg("h225,counter", gtk_h225counter_init);
- register_tap_menu_item("H.225...", REGISTER_TAP_GROUP_NONE,
+ register_tap_menu_item("H.225...", REGISTER_TAP_GROUP_TELEPHONY,
gtk_tap_dfilter_dlg_cb, NULL, NULL, &(h225_counter_dlg));
}