aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/http_stat.c
diff options
context:
space:
mode:
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 d23242a723..f03f8c9b88 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.2 2003/09/02 23:09:11 guy Exp $
+ * $Id: http_stat.c,v 1.3 2003/09/17 19:39:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -576,5 +576,5 @@ register_tap_listener_gtkhttpstat(void)
void
register_tap_menu_gtkhttpstat(void)
{
- register_tap_menu_item("Watch protocol/HTTP", gtk_httpstat_cb);
+ register_tap_menu_item("Statistics/Watch protocol/HTTP", gtk_httpstat_cb);
}