aboutsummaryrefslogtreecommitdiffstats
path: root/colors.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-28 23:47:50 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-28 23:47:50 +0000
commit0d9fcad21c78b7cd7bb244c2cdc994813b804574 (patch)
tree6b72e3bee66634555794494af81313aa1a8ed596 /colors.c
parent165c3724ddf4605f21ca6b5e20680b9424f07646 (diff)
Stop processing of colorization display filters after first match.
Remove debugging statements from colors.c. Add blurb about Match Selected and Colorization to man page. svn path=/trunk/; revision=607
Diffstat (limited to 'colors.c')
-rw-r--r--colors.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/colors.c b/colors.c
index c53d80abee..4409707c8f 100644
--- a/colors.c
+++ b/colors.c
@@ -1,7 +1,7 @@
/* colors.c
* Definitions for color structures and routines
*
- * $Id: colors.c,v 1.5 1999/08/28 02:18:15 gram Exp $
+ * $Id: colors.c,v 1.6 1999/08/28 23:47:41 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -706,7 +706,8 @@ create_color_win (capture_file *cf)
gtk_box_pack_start (GTK_BOX (vbox2), color_filt_up, FALSE, FALSE, 0);
gtk_tooltips_set_tip (tooltips, color_filt_up, ("Move filter higher in list"), NULL);
- label4 = gtk_label_new (("Move filter\nup or down\n[List is processed \nin order]"));
+ label4 = gtk_label_new (("Move filter\nup or down\n[List is processed \n"
+ "in order until\nmatch is found]"));
gtk_widget_ref (label4);
gtk_object_set_data_full (GTK_OBJECT (color_win), "label4", label4,
(GtkDestroyNotify) gtk_widget_unref);