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 --- gtk/rtp_analysis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/rtp_analysis.c') diff --git a/gtk/rtp_analysis.c b/gtk/rtp_analysis.c index 406bc04d3c..1175a26e1d 100644 --- a/gtk/rtp_analysis.c +++ b/gtk/rtp_analysis.c @@ -1,7 +1,7 @@ /* rtp_analysis.c * RTP analysis addition for ethereal * - * $Id: rtp_analysis.c,v 1.21 2004/01/21 03:54:31 ulfl Exp $ + * $Id: rtp_analysis.c,v 1.22 2004/01/21 22:00:28 ulfl Exp $ * * Copyright 2003, Alcatel Business Systems * By Lars Ruoff @@ -1070,7 +1070,7 @@ static gboolean copy_file(gchar *dest, gint channels, /*gint format,*/ user_data return FALSE; } - progbar = create_progress_dlg("Saving voice in a file", dest, "Stop", &stop_flag); + progbar = create_progress_dlg("Saving voice in a file", dest, &stop_flag); /* First we write the .au header. XXX Hope this is endian independant */ /* the magic word 0x2e736e64 == .snd */ -- cgit v1.2.3