summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labfmt.cxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-06-01 10:04:53 +0000
committerFrank Meies <fme@openoffice.org>2001-06-01 10:04:53 +0000
commit88e9759680ffba1b8d492cab38b4c82acde8c6f5 (patch)
tree68f433cf182bb062f37ae1b52a26322ed8281b71 /sw/source/ui/envelp/labfmt.cxx
parent2999d1545e7685d0541b1f27aa3a57c615347e9f (diff)
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/envelp/labfmt.cxx')
-rw-r--r--sw/source/ui/envelp/labfmt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/envelp/labfmt.cxx b/sw/source/ui/envelp/labfmt.cxx
index 8f9eb27061d6..211fa6b85199 100644
--- a/sw/source/ui/envelp/labfmt.cxx
+++ b/sw/source/ui/envelp/labfmt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: labfmt.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2001-01-24 09:03:23 $
+ * last change: $Author: fme $ $Date: 2001-06-01 10:53:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -665,7 +665,7 @@ SwSaveLabelDlg::SwSaveLabelDlg(SwLabFmtPage* pParent, SwLabRec& rRec) :
ModalDialog(pParent, SW_RES(DLG_SAVE_LABEL)),
rLabRec(rRec),
pLabPage(pParent),
- aOptionsGB(this,ResId(GB_OPTIONS )),
+ aOptionsFL(this,ResId(FL_OPTIONS )),
aMakeFT(this, ResId(FT_MAKE )),
aMakeCB(this, ResId(CB_MAKE )),
aTypeFT(this, ResId(FT_TYPE )),