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/file_dlg.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gtk/file_dlg.c') diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c index 516abe56c6..757df42631 100644 --- a/gtk/file_dlg.c +++ b/gtk/file_dlg.c @@ -1,7 +1,7 @@ /* file_dlg.c * Dialog boxes for handling files * - * $Id: file_dlg.c,v 1.34 2001/01/21 01:45:06 guy Exp $ + * $Id: file_dlg.c,v 1.35 2001/01/21 02:27:24 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -73,7 +73,11 @@ file_open_cmd_cb(GtkWidget *w, gpointer data) *resolv_cb; /* No Apply button, and "OK" just sets our text widget, it doesn't activate it (i.e., it doesn't cause us to try to open the file). */ - static construct_args_t args = {FALSE, FALSE}; + static construct_args_t args = { + "Ethereal: Read Filter", + FALSE, + FALSE + }; if (file_open_w != NULL) { /* There's already an "Open Capture File" dialog box; reactivate it. */ -- cgit v1.2.3