Added tooltip description for yellow filter background.

svn path=/trunk/; revision=24241
This commit is contained in:
Stig Bjørlykke 2008-02-01 10:02:19 +00:00
parent 0b9fb7efea
commit fe98fab03c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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