diff options
author | Philipp Lohmann <pl@openoffice.org> | 2001-06-15 14:30:08 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2001-06-15 14:30:08 +0000 |
commit | 09afdd5bebe86116df82e6ba3197a06e12892e35 (patch) | |
tree | 710b3b0fe9e0bbf265a55ce45e33006bdb3577c8 /padmin/source/fontentry.hxx | |
parent | f4eb76cf0be02f336f4c3de12f63f3fa64192b03 (diff) |
#88520# dialogue redesign
Diffstat (limited to 'padmin/source/fontentry.hxx')
-rw-r--r-- | padmin/source/fontentry.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/fontentry.hxx b/padmin/source/fontentry.hxx index 4ad49d1400e2..7866b59ae634 100644 --- a/padmin/source/fontentry.hxx +++ b/padmin/source/fontentry.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fontentry.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * 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 @@ -106,7 +106,7 @@ namespace padmin { CancelButton m_aCancelBtn; PushButton m_aSelectAllBtn; ListBox m_aNewFontsBox; - GroupBox m_aFromBox; + FixedLine m_aFromFL; Edit m_aFromDirEdt; PushButton m_aFromBtn; CheckBox m_aLinkOnlyBox; |