summaryrefslogtreecommitdiffstats
path: root/padmin/source/fontentry.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/fontentry.cxx
parent#75963#: added ::Miror and ::Rotate methods (diff)
downloadcore-09afdd5bebe86116df82e6ba3197a06e12892e35.tar.gz
core-09afdd5bebe86116df82e6ba3197a06e12892e35.zip
#88520# dialogue redesign
Diffstat (limited to 'padmin/source/fontentry.cxx')
-rw-r--r--padmin/source/fontentry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/fontentry.cxx b/padmin/source/fontentry.cxx
index e07225bb4ae3..ca6978bcdb7c 100644
--- a/padmin/source/fontentry.cxx
+++ b/padmin/source/fontentry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontentry.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pl $ $Date: 2001-06-06 13:54:31 $
+ * 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
@@ -398,7 +398,7 @@ FontImportDialog::FontImportDialog( Window* pParent ) :
ModalDialog( pParent, PaResId( RID_FONTIMPORT_DIALOG ) ),
m_aOKBtn( this, PaResId( RID_FIMP_BTN_OK ) ),
m_aCancelBtn( this, PaResId( RID_FIMP_BTN_CANCEL ) ),
- m_aFromBox( this, PaResId( RID_FIMP_GRP_FROM ) ),
+ m_aFromFL( this, PaResId( RID_FIMP_FL_FROM ) ),
m_aFromDirEdt( this, PaResId( RID_FIMP_EDT_FROM ) ),
m_aFromBtn( this, PaResId( RID_FIMP_BTN_FROM ) ),
m_aLinkOnlyBox( this, PaResId( RID_FIMP_BOX_LINKONLY ) ),