From 1ddbe05e58e0297039650fb4bffa37f8ae6834aa Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 21 Jan 2001 02:27:24 +0000 Subject: Give various filter constructing/editing dialog boxes titles to reflect what they were popped up for. svn path=/trunk/; revision=2923 --- gtk/find_dlg.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gtk/find_dlg.c') diff --git a/gtk/find_dlg.c b/gtk/find_dlg.c index f0d806e6d9..9203899baf 100644 --- a/gtk/find_dlg.c +++ b/gtk/find_dlg.c @@ -1,7 +1,7 @@ /* find_dlg.c * Routines for "find frame" window * - * $Id: find_dlg.c,v 1.17 2001/01/21 01:45:07 guy Exp $ + * $Id: find_dlg.c,v 1.18 2001/01/21 02:27:24 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -76,7 +76,11 @@ find_frame_cb(GtkWidget *w, gpointer d) GtkAccelGroup *accel_group; /* No Apply button, but "OK" not only sets our text widget, it activates it (i.e., it causes us to do the search). */ - static construct_args_t args = {FALSE, TRUE}; + static construct_args_t args = { + "Ethereal: Search Filter", + FALSE, + TRUE + }; if (find_frame_w != NULL) { /* There's already a "Find Frame" dialog box; reactivate it. */ -- cgit v1.2.3