diff options
author | Oliver Specht <os@openoffice.org> | 2002-06-10 13:45:57 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-06-10 13:45:57 +0000 |
commit | a87640be554fb6871f8f2b662dd9a70a9a15702f (patch) | |
tree | ec662392fa4f189d5f0fb1c97c9bdeba313e491a /svx/source/dialog/postdlg.cxx | |
parent | 693c7d57485e1018ef7477472de86902cc2736fa (diff) |
#97117# design changed due to language requirements
Diffstat (limited to 'svx/source/dialog/postdlg.cxx')
-rw-r--r-- | svx/source/dialog/postdlg.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/dialog/postdlg.cxx b/svx/source/dialog/postdlg.cxx index 8d6882642945..07d253ee3ece 100644 --- a/svx/source/dialog/postdlg.cxx +++ b/svx/source/dialog/postdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: postdlg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pb $ $Date: 2001-07-10 10:27:34 $ + * last change: $Author: os $ $Date: 2002-06-10 14:42:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,6 +130,7 @@ SvxPostItDialog::SvxPostItDialog( Window* pParent, aCancelBtn ( this, ResId( BTN_POST_CANCEL ) ), aPrevBtn ( this, ResId( BTN_PREV ) ), aNextBtn ( this, ResId( BTN_NEXT ) ), + aAuthorFT ( this, ResId( FT_AUTHOR) ), aAuthorBtn ( this, ResId( BTN_AUTHOR ) ), aHelpBtn ( this, ResId( BTN_POST_HELP ) ), |