From eb209e94386f8e61dcd9ed202abd7ca7e93f973b Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 28 Nov 2003 19:00:28 +0000 Subject: [PATCH] use dlg_window_new instead of gtk_window_new svn path=/trunk/; revision=9112 --- gtk/capture_info_dlg.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtk/capture_info_dlg.c b/gtk/capture_info_dlg.c index 114ae413c4..1cddaf4c6e 100644 --- a/gtk/capture_info_dlg.c +++ b/gtk/capture_info_dlg.c @@ -1,7 +1,7 @@ /* capture_info_dlg.c * Routines for packet capture info dialog * - * $Id: capture_info_dlg.c,v 1.5 2003/11/28 00:44:21 ulfl Exp $ + * $Id: capture_info_dlg.c,v 1.6 2003/11/28 19:00:28 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -118,8 +118,7 @@ capture_info *cinfo) info->counts[11].title = "Other"; info->counts[11].value_ptr = &(cinfo->counts->other); - info->cap_w = gtk_window_new(GTK_WINDOW_TOPLEVEL); - gtk_window_set_title(GTK_WINDOW(info->cap_w), "Ethereal: Capture"); + info->cap_w = dlg_window_new("Ethereal: Capture"); gtk_window_set_modal(GTK_WINDOW(info->cap_w), TRUE); /* Container for capture display widgets */