aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/find_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-21 02:27:24 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-21 02:27:24 +0000
commit1ddbe05e58e0297039650fb4bffa37f8ae6834aa (patch)
treef7f694db4f8428cfa258b65e43334e885c3fc340 /gtk/find_dlg.c
parentd6dd1fea0d4e1f6bed1b2334b9dd8639a52bb6eb (diff)
Give various filter constructing/editing dialog boxes titles to reflect
what they were popped up for. svn path=/trunk/; revision=2923
Diffstat (limited to 'gtk/find_dlg.c')
-rw-r--r--gtk/find_dlg.c8
1 files changed, 6 insertions, 2 deletions
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 <gerald@zing.org>
@@ -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. */