diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:41:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:41:18 +0000 |
commit | 10450dbc35d99f7a15042de4d93d7c4d1406b0b2 (patch) | |
tree | 6acfad6e76cde9da76cd4932aa7057a39e2a666a /svtools/source/dialogs | |
parent | 3d21d1f1e9661ce430f4d0e11a865e25a8e1469a (diff) |
INTEGRATION: CWS nativeprintdlg01_DEV300 (1.38.208); FILE MERGED
2008/02/22 16:25:10 pl 1.38.208.2: #i86352# move options button
2008/02/22 12:59:59 pl 1.38.208.1: #i86352# add options button
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r-- | svtools/source/dialogs/prnsetup.src | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/svtools/source/dialogs/prnsetup.src b/svtools/source/dialogs/prnsetup.src index af3436cbf554..a6d0402aa859 100644 --- a/svtools/source/dialogs/prnsetup.src +++ b/svtools/source/dialogs/prnsetup.src @@ -4,9 +4,9 @@ * * $RCSfile: prnsetup.src,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 16:13:18 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:41:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -226,6 +226,12 @@ ModalDialog DLG_SVT_PRNDLG_PRNSETUPDLG Pos = MAP_APPFONT ( 0, 78 ); Size = MAP_APPFONT ( 260, 2 ); }; + PushButton BTN_OPTIONS + { + Pos = MAP_APPFONT ( 5 , 84 ) ; + Size = MAP_APPFONT ( 50 , 14 ) ; + Text [ en-US ] = "~Options..." ; + }; OKButton BTN_OK { Pos = MAP_APPFONT ( 95 , 84 ) ; |