From 503a830e48e781d0d8e6b58b811626a463678a71 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Wed, 21 Jan 2004 22:00:28 +0000 Subject: The progressbar had a parameter to specify the text of the Cancel/Stop button. As this will always be a Cancel of a running operation, this parameter was removed. This makes us also able to use a stock button for this. svn path=/trunk/; revision=9774 --- proto_hier_stats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto_hier_stats.c') diff --git a/proto_hier_stats.c b/proto_hier_stats.c index 5a3346a09b..e89ac15c27 100644 --- a/proto_hier_stats.c +++ b/proto_hier_stats.c @@ -1,7 +1,7 @@ /* proto_hier_stats.c * Routines for calculating statistics based on protocol. * - * $Id: proto_hier_stats.c,v 1.21 2004/01/09 21:38:21 guy Exp $ + * $Id: proto_hier_stats.c,v 1.22 2004/01/21 22:00:28 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -205,7 +205,7 @@ ph_stats_new(void) if (progbar == NULL) /* Create the progress bar if necessary */ progbar = delayed_create_progress_dlg( - "Computing", "protocol hierarchy statistics", "Stop", + "Computing", "protocol hierarchy statistics", &stop_flag, &start_time, prog_val); if (progbar != NULL) { -- cgit v1.2.3