From 8eb275cdb33cfc0b3c16438591f73585b4c20aa9 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Tue, 19 Nov 2002 08:10:13 +0000 Subject: [PATCH] put nice io-stat title on the io-stat window svn path=/trunk/; revision=6661 --- gtk/io_stat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/io_stat.c b/gtk/io_stat.c index 6a83a8ff90..cdfeb7382f 100644 --- a/gtk/io_stat.c +++ b/gtk/io_stat.c @@ -1,7 +1,7 @@ /* io_stat.c * io_stat 2002 Ronnie Sahlberg * - * $Id: io_stat.c,v 1.6 2002/11/17 11:43:40 sahlberg Exp $ + * $Id: io_stat.c,v 1.7 2002/11/19 08:10:13 sahlberg Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -1141,6 +1141,7 @@ init_io_stat_window(io_stat_t *io) create_ctrl_area(io, hbox); gtk_widget_show(io->window); + gtk_window_set_title(GTK_WINDOW(io->window),"IO-Stat"); }