summaryrefslogtreecommitdiff
path: root/padmin/source/prtsetup.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-06-15 14:30:08 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-06-15 14:30:08 +0000
commit09afdd5bebe86116df82e6ba3197a06e12892e35 (patch)
tree710b3b0fe9e0bbf265a55ce45e33006bdb3577c8 /padmin/source/prtsetup.cxx
parentf4eb76cf0be02f336f4c3de12f63f3fa64192b03 (diff)
#88520# dialogue redesign
Diffstat (limited to 'padmin/source/prtsetup.cxx')
-rw-r--r--padmin/source/prtsetup.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/prtsetup.cxx b/padmin/source/prtsetup.cxx
index 11411f2e93d3..afbae2a7bd37 100644
--- a/padmin/source/prtsetup.cxx
+++ b/padmin/source/prtsetup.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prtsetup.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: pl $ $Date: 2001-05-08 11:56:36 $
+ * last change: $Author: pl $ $Date: 2001-06-15 15:30:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -430,7 +430,7 @@ RTSDevicePage::RTSDevicePage( RTSDialog* pParent ) :
else
m_aLevelBox.SelectEntry( String::CreateFromInt32( m_pParent->m_aJobData.m_nPSLevel ) );
- m_aDepthBox.SelectEntry( String::CreateFromInt32( m_pParent->m_aJobData.m_nColorDepth ) );
+ m_aDepthBox.SelectEntry( String::CreateFromInt32( m_pParent->m_aJobData.m_nColorDepth ).AppendAscii( " Bit" ) );
// fill ppd boxes
for( int i = 0; i < m_pParent->m_aJobData.m_pParser->getKeys(); i++ )