summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 15:55:26 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 15:55:26 +0000
commit3428f43323ce69664b2c06b72f8011ecacd40ecf (patch)
treeb91ab84c39807ac17b826eb779e72599ca86e9c3 /padmin
parent83ac06d80cb19db5aa0a172347e2dd9c1dd30d1a (diff)
INTEGRATION: CWS vcl86_DEV300 (1.44.46); FILE MERGED
2008/02/20 16:24:30 pl 1.44.46.2: #i83676# change checkbox text 2008/01/16 17:28:41 pl 1.44.46.1: #i83676# add GUI for external dialog and resp. command line
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/rtsetup.src26
1 files changed, 24 insertions, 2 deletions
diff --git a/padmin/source/rtsetup.src b/padmin/source/rtsetup.src
index 784a84eecc4f..5105e1c1d76e 100644
--- a/padmin/source/rtsetup.src
+++ b/padmin/source/rtsetup.src
@@ -4,9 +4,9 @@
*
* $RCSfile: rtsetup.src,v $
*
- * $Revision: 1.44 $
+ * $Revision: 1.45 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 12:05:10 $
+ * last change: $Author: kz $ $Date: 2008-03-05 16:55:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -302,9 +302,31 @@ TabPage RID_RTS_COMMANDPAGE
{
Border = TRUE ;
Sort = TRUE ;
+ Dropdown = TRUE;
Pos = MAP_APPFONT ( 11 , 75 ) ;
Size = MAP_APPFONT ( 150 , 65 ) ;
};
+ CheckBox RID_RTS_CMD_CB_EXTERNAL
+ {
+ Pos = MAP_APPFONT( 11, 95 );
+ Size = MAP_APPFONT( 220, 10 );
+ Text [ en-US ] = "~Use system print dialog, disable %PRODUCTNAME's print dialog";
+ };
+ FixedText RID_RTS_CMD_FT_QUICKCMD
+ {
+ Pos = MAP_APPFONT( 11, 110 );
+ Size = MAP_APPFONT( 150, 20 );
+ WordBreak = TRUE;
+ Text [ en-US ] = "Command for quick printing without dialog (optional)";
+ };
+ ComboBox RIT_RTS_CMD_CB_QUICKCMD
+ {
+ Border = TRUE;
+ Sort = TRUE;
+ Dropdown = TRUE;
+ Pos = MAP_APPFONT( 11, 130 );
+ Size = MAP_APPFONT( 150, 65 );
+ };
FixedLine RID_RTS_CMD_FL_INSTALL
{
Pos = MAP_APPFONT ( 6 , 44 ) ;