aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-17 19:39:34 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-17 19:39:34 +0000
commit1513888c992a363105e890a9f688bc3d8d3023d0 (patch)
tree0ac60ae3ae158fbad955dd9e753329189de205fa /gtk/io_stat.c
parent082ee54f8ba70a56bfada9c68c388a331e1ff910 (diff)
Have "register_tap_menu_item()" put the item under Tools, not
Tools/Statistics; change the taps to put things under Statistics themselves. That allows taps to go elsewhere if appropriate. svn path=/trunk/; revision=8488
Diffstat (limited to 'gtk/io_stat.c')
-rw-r--r--gtk/io_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/io_stat.c b/gtk/io_stat.c
index 2a0d3eec83..1668bf5c81 100644
--- a/gtk/io_stat.c
+++ b/gtk/io_stat.c
@@ -1,7 +1,7 @@
/* io_stat.c
* io_stat 2002 Ronnie Sahlberg
*
- * $Id: io_stat.c,v 1.26 2003/09/15 22:16:08 guy Exp $
+ * $Id: io_stat.c,v 1.27 2003/09/17 19:39:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1667,5 +1667,5 @@ register_tap_listener_gtk_iostat(void)
void
register_tap_menu_gtkiostat(void)
{
- register_tap_menu_item("IO/IO-Stat", gtk_iostat_cb);
+ register_tap_menu_item("Statistics/IO/IO-Stat", gtk_iostat_cb);
}