summaryrefslogtreecommitdiffstats
path: root/padmin/source/progress.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-11 16:36:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-11 16:36:46 +0000
commitb216c024d2c3135930015098bab9eb419e4c6bde (patch)
tree0a2c13aec2985e8bd37d4b8517a754c40202b01b /padmin/source/progress.cxx
parentINTEGRATION: CWS vcl07 (1.89.2.5.20); FILE MERGED (diff)
downloadcore-b216c024d2c3135930015098bab9eb419e4c6bde.tar.gz
core-b216c024d2c3135930015098bab9eb419e4c6bde.zip
INTEGRATION: CWS vcl07 (1.1.1.1.54); FILE MERGED
2003/04/02 20:31:31 pl 1.1.1.1.54.1: #i12889# use path ellipsis in progress dialogue
Diffstat (limited to 'padmin/source/progress.cxx')
-rw-r--r--padmin/source/progress.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/padmin/source/progress.cxx b/padmin/source/progress.cxx
index c719064e210d..431656dd531b 100644
--- a/padmin/source/progress.cxx
+++ b/padmin/source/progress.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: progress.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pl $ $Date: 2001-05-08 11:56:36 $
+ * last change: $Author: vg $ $Date: 2003-04-11 17:36:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,7 @@ ProgressDialog::ProgressDialog( Window* pParent,
mnMax( nMax ),
mbCanceled( FALSE )
{
+ maFilename.SetStyle( maFilename.GetStyle() | WB_PATHELLIPSIS );
if( ! bCancelable )
{
Point aPos = maProgressBar.GetPosPixel();