aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/fc_stat.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/fc_stat.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/fc_stat.c')
-rw-r--r--gtk/fc_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index 7ea5dc2b02..f6f04d81cb 100644
--- a/gtk/fc_stat.c
+++ b/gtk/fc_stat.c
@@ -1,7 +1,7 @@
/* fc_stat.c
* fc_stat 2003 Ronnie Sahlberg
*
- * $Id: fc_stat.c,v 1.27 2004/02/22 18:58:35 ulfl Exp $
+ * $Id: fc_stat.c,v 1.28 2004/02/23 19:19:36 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -313,6 +313,6 @@ register_tap_listener_gtkfcstat(void)
{
register_ethereal_tap("fc,srt", gtk_fcstat_init);
- register_tap_menu_item("Fibre Channel/Service Response Time...", REGISTER_TAP_LAYER_DATA_LINK,
+ register_tap_menu_item("Fibre Channel...", REGISTER_TAP_GROUP_RESPONSE_TIME,
gtk_fcstat_cb, NULL, NULL, NULL);
}