diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 16:36:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-11 16:36:46 +0000 |
commit | b216c024d2c3135930015098bab9eb419e4c6bde (patch) | |
tree | 0a2c13aec2985e8bd37d4b8517a754c40202b01b /padmin | |
parent | c62f48790047014d7d718f949ef6298961100e6f (diff) |
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')
-rw-r--r-- | padmin/source/progress.cxx | 5 |
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(); |