aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-01 10:02:19 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-01 10:02:19 +0000
commite7cd4223ad12fdc0069b36f31d2cc4fc96e6066e (patch)
tree5c1ae602773edc1075276bfa3b0c1aeb1b9fa36b
parent38c924a297d516fb2f23ca9a050be121a60a3894 (diff)
Added tooltip description for yellow filter background.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24241 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--gtk/filter_dlg.c2
-rw-r--r--gtk/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/filter_dlg.c b/gtk/filter_dlg.c
index b8779cb635..131efd74c2 100644
--- a/gtk/filter_dlg.c
+++ b/gtk/filter_dlg.c
@@ -606,7 +606,7 @@ filter_dialog_new(GtkWidget *button, GtkWidget *parent_filter_te,
if (list_type == DFILTER_EDITED_LIST) {
gtk_tooltips_set_tip(tooltips, filter_te,
"Enter a display filter. "
- "The background color of this field is changed by a continuous syntax check (green is valid, red is invalid).",
+ "The background color of this field is changed by a continuous syntax check (green is valid, red is invalid, yellow may have unexpected results).",
NULL);
/* Create the "Add Expression..." button, to pop up a dialog
diff --git a/gtk/main.c b/gtk/main.c
index f524676478..73e16434ee 100644
--- a/gtk/main.c
+++ b/gtk/main.c
@@ -4839,7 +4839,7 @@ create_main_window (gint pl_size, gint tv_size, gint bv_size, e_prefs *prefs)
/* setting a tooltip for a combobox will do nothing, so add it to the corresponding text entry */
gtk_tooltips_set_tip(tooltips, filter_te,
"Enter a display filter, or choose one of your recently used filters. "
- "The background color of this field is changed by a continuous syntax check (green is valid, red is invalid).",
+ "The background color of this field is changed by a continuous syntax check (green is valid, red is invalid, yellow may have unexpected results).",
NULL);
/* Create the "Add Expression..." button, to pop up a dialog