aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_counter.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-23 19:19:39 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-23 19:19:39 +0000
commited6148660bb086dfe7611a8b99a72e32834cfefa (patch)
treeb065fa5798667e9b2226f563e5e2edeb12417268 /gtk/h225_counter.c
parent56aeb8f3a65be8f81396c7dea166e7e9d177b355 (diff)
statistics menu redesigned, now looking more like the former menu,
items now again grouped by function, not by ISO layer svn path=/trunk/; revision=10202
Diffstat (limited to 'gtk/h225_counter.c')
-rw-r--r--gtk/h225_counter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/h225_counter.c b/gtk/h225_counter.c
index df9fdd8edd..ce0b2f94bc 100644
--- a/gtk/h225_counter.c
+++ b/gtk/h225_counter.c
@@ -2,7 +2,7 @@
* h225 message counter for ethereal
* Copyright 2003 Lars Roland
*
- * $Id: h225_counter.c,v 1.14 2004/02/22 21:35:57 ulfl Exp $
+ * $Id: h225_counter.c,v 1.15 2004/02/23 19:19:36 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -520,6 +520,6 @@ register_tap_listener_gtk_h225counter(void)
{
register_ethereal_tap("h225,counter", gtk_h225counter_init);
- register_tap_menu_item("ITU-T H.225/Statistics...", REGISTER_TAP_LAYER_APPLICATION,
+ register_tap_menu_item("ITU-T H.225...", REGISTER_TAP_GROUP_NONE,
gtk_tap_dfilter_dlg_cb, NULL, NULL, &(h225_counter_dlg));
}