aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/http_stat.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/http_stat.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/http_stat.c')
-rw-r--r--gtk/http_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index f4cb716712..8d14529b88 100644
--- a/gtk/http_stat.c
+++ b/gtk/http_stat.c
@@ -1,7 +1,7 @@
/* http_stat.c
* http_stat 2003 Jean-Michel FAYARD
*
- * $Id: http_stat.c,v 1.22 2004/02/22 18:58:35 ulfl Exp $
+ * $Id: http_stat.c,v 1.23 2004/02/22 21:35:57 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -604,6 +604,6 @@ register_tap_listener_gtkhttpstat(void)
{
register_ethereal_tap("http,stat,", gtk_httpstat_init);
- register_tap_menu_item("HTTP (Watch Protocol)", REGISTER_TAP_LAYER_APPLICATION,
+ register_tap_menu_item("HTTP (Statistics)", REGISTER_TAP_LAYER_APPLICATION,
gtk_httpstat_cb, NULL, NULL, NULL);
}