Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 51513 invoked from network); 25 Jun 2004 01:50:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Jun 2004 01:50:55 -0000 Received: (qmail 9803 invoked by uid 500); 25 Jun 2004 01:51:19 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 9670 invoked by uid 500); 25 Jun 2004 01:51:17 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 9614 invoked by uid 99); 25 Jun 2004 01:51:15 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 24 Jun 2004 18:51:14 -0700 Received: (qmail 51394 invoked by uid 1700); 25 Jun 2004 01:50:44 -0000 Date: 25 Jun 2004 01:50:44 -0000 Message-ID: <20040625015044.51393.qmail@minotaur.apache.org> From: toshi@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/java/src/org/apache/axis/utils SOAPMonitor.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N toshi 2004/06/24 18:50:44 Modified: java/src/org/apache/axis/utils SOAPMonitor.java Log: A minor change for a message Revision Changes Path 1.4 +1 -1 ws-axis/java/src/org/apache/axis/utils/SOAPMonitor.java Index: SOAPMonitor.java =================================================================== RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/utils/SOAPMonitor.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- SOAPMonitor.java 21 Jun 2004 09:30:45 -0000 1.3 +++ SOAPMonitor.java 25 Jun 2004 01:50:44 -0000 1.4 @@ -405,7 +405,7 @@ progress.setSize(d); d = getToolkit().getScreenSize(); progress.getContentPane().add(progressBar); - progress.setTitle("Now, data loading ..."); + progress.setTitle("Now loading data ..."); progress.setLocation((d.width - progress.getWidth()) / 2, (d.height - progress.getHeight()) / 2); progress.show();