aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/h225_counter.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-22 21:35:58 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-22 21:35:58 +0000
commit58d543dde033dc39c5c728a56cba7bcb3cf8bc47 (patch)
tree33f37eb7ad7768f404a7d95cdef0e60a66eec70b /gtk/h225_counter.c
parent3d72abfada738152b62df7a010849c04cca054dd (diff)
statistics menu structure proposal:
renamed "Watch Protocol" to "Statistics", Made two new toplevel menu items "Transport" and "Application" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10183 f5534014-38df-0310-8fa8-9805f1628bb7
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 ef257f1307..df9fdd8edd 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.13 2004/02/22 18:44:01 ulfl Exp $
+ * $Id: h225_counter.c,v 1.14 2004/02/22 21:35:57 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/Watch Protocol...", REGISTER_TAP_LAYER_APPLICATION,
+ register_tap_menu_item("ITU-T H.225/Statistics...", REGISTER_TAP_LAYER_APPLICATION,
gtk_tap_dfilter_dlg_cb, NULL, NULL, &(h225_counter_dlg));
}