aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_column.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-06-03 20:01:15 +0000
committerGerald Combs <gerald@wireshark.org>2013-06-03 20:01:15 +0000
commita0823d82c9d87b21550f518050646f31366ef5b8 (patch)
tree305cafa5b7476ed63346518bdd60364163c8f074 /ui/gtk/prefs_column.c
parentf9fb8329f39287bce732bbfab55a5a2ef546aec7 (diff)
Custom columns are specified using display filter field names, not
display filters. svn path=/trunk/; revision=49726
Diffstat (limited to 'ui/gtk/prefs_column.c')
-rw-r--r--ui/gtk/prefs_column.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/gtk/prefs_column.c b/ui/gtk/prefs_column.c
index 4032801d80..ccc5839cce 100644
--- a/ui/gtk/prefs_column.c
+++ b/ui/gtk/prefs_column.c
@@ -267,8 +267,7 @@ column_prefs_show(GtkWidget *prefs_window) {
ws_gtk_grid_attach_extended(GTK_GRID(grid), field_lb, 0, 1, 1, 1, (GtkAttachOptions)(GTK_EXPAND|GTK_FILL), (GtkAttachOptions)0, 0, 0);
gtk_widget_set_sensitive(field_lb, FALSE);
gtk_widget_set_tooltip_text(field_lb,
- "Field name used when field type is \"Custom\". "
- "This string has the same syntax as a display filter string.");
+ "Display filter field name to show when thefield type is \"Custom\".");
gtk_widget_show(field_lb);
field_te = gtk_entry_new();