diff options
author | Frank Meies <fme@openoffice.org> | 2001-05-25 14:03:27 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2001-05-25 14:03:27 +0000 |
commit | 43b809e14d73c9346fb03522bfd7a5bd270eee87 (patch) | |
tree | c167733600d6e6402f3677013c6efe8ba0b41804 /svx/source/dialog/postdlg.cxx | |
parent | 1765bcd7ba0e4c03f2d71a30b7c2a5eb5fcab680 (diff) |
Fix #86988#: Dialog redesign
Diffstat (limited to 'svx/source/dialog/postdlg.cxx')
-rw-r--r-- | svx/source/dialog/postdlg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/postdlg.cxx b/svx/source/dialog/postdlg.cxx index 282147207cad..267aabbff677 100644 --- a/svx/source/dialog/postdlg.cxx +++ b/svx/source/dialog/postdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: postdlg.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pb $ $Date: 2000-09-26 06:36:00 $ + * last change: $Author: fme $ $Date: 2001-05-25 15:03:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,7 +118,7 @@ SvxPostItDialog::SvxPostItDialog( Window* pParent, aLastEditFT ( this, ResId( FT_LASTEDIT ) ), aEditFT ( this, ResId( FT_EDIT ) ), aEditED ( this, ResId( ED_EDIT ) ), - aPostItGB ( this, ResId( GB_POSTIT ) ), + aPostItFL ( this, ResId( FL_POSTIT ) ), aOKBtn ( this, ResId( BTN_POST_OK ) ), aCancelBtn ( this, ResId( BTN_POST_CANCEL ) ), aPrevBtn ( this, ResId( BTN_PREV ) ), |