aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_hier_stats_dlg.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-03-29 04:21:35 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-03-29 04:21:35 +0000
commit9bda102f83a6f357c14d53f5f6230d39e1b3f6fd (patch)
treedda87e92d91122f372b219c0eabd45b37faa4ea7 /gtk/proto_hier_stats_dlg.c
parentd8f688ea26cf129c9324a520841da1712329908e (diff)
Change name of "Last-Protocol" columns to "End" so that there's
a better chance of them fitting horizontally into the window, for users of small screens. svn path=/trunk/; revision=3203
Diffstat (limited to 'gtk/proto_hier_stats_dlg.c')
-rw-r--r--gtk/proto_hier_stats_dlg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/proto_hier_stats_dlg.c b/gtk/proto_hier_stats_dlg.c
index fced1484a7..4f9326e139 100644
--- a/gtk/proto_hier_stats_dlg.c
+++ b/gtk/proto_hier_stats_dlg.c
@@ -1,6 +1,6 @@
/* proto_hier_stats_dlg.c
*
- * $Id: proto_hier_stats_dlg.c,v 1.3 2001/03/26 03:02:57 gram Exp $
+ * $Id: proto_hier_stats_dlg.c,v 1.4 2001/03/29 04:21:35 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -119,11 +119,11 @@ create_tree(GtkWidget *container, ph_stats_t *ps)
int i, height;
gchar *column_titles[NUM_STAT_COLUMNS] = {
"Protocol",
- "Percentage Packets",
+ "% Packets",
"Packets",
"Bytes",
- "Last-Protocol Packets",
- "Last-Protocol Bytes",
+ "End Packets",
+ "End Bytes",
};
/* Scrolled Window */