summaryrefslogtreecommitdiff
path: root/padmin
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 15:53:53 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 15:53:53 +0000
commit17f1dd8adf38ff86b699a2264997a4de8703619f (patch)
treef665e43d65154545275a2c7f25e41d93fad78f9c /padmin
parent4ba604318440e20d0fd27fc3cacf817d5fb1f759 (diff)
INTEGRATION: CWS vcl86_DEV300 (1.58.46); FILE MERGED
2008/02/20 17:38:08 pl 1.58.46.1: #i83676# add disable CUPS option for the very few people who want that
Diffstat (limited to 'padmin')
-rw-r--r--padmin/source/padialog.src27
1 files changed, 20 insertions, 7 deletions
diff --git a/padmin/source/padialog.src b/padmin/source/padialog.src
index a35885d24292..f73047d59def 100644
--- a/padmin/source/padialog.src
+++ b/padmin/source/padialog.src
@@ -4,9 +4,9 @@
*
* $RCSfile: padialog.src,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 12:04:55 $
+ * last change: $Author: kz $ $Date: 2008-03-05 16:53:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -156,19 +156,32 @@ ModalDialog RID_PADIALOG
{
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 260 , 167 ) ;
+ Size = MAP_APPFONT ( 260 , 198 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
+ FixedLine RID_PA_FL_CUPSUSAGE
+ {
+ Pos = MAP_APPFONT( 6, 145 );
+ Size = MAP_APPFONT( 248, 8 );
+ Text [ en-US ] = "CUPS support";
+ };
+ CheckBox RID_PA_CB_CUPSUSAGE
+ {
+ Pos = MAP_APPFONT( 12, 158 );
+ Size = MAP_APPFONT( 168, 8 );
+ Text [ en-US ] = "Disable CUPS Support";
+ };
+
FixedLine RID_PA_FL_SEPBUTTON
{
- Pos = MAP_APPFONT( 0, 145 );
+ Pos = MAP_APPFONT( 0, 176 );
Size = MAP_APPFONT( 260, 2 );
};
CancelButton RID_PA_BTN_CANCEL
{
DefButton = TRUE;
- Pos = MAP_APPFONT( 190, 150 );
+ Pos = MAP_APPFONT( 190, 181 );
Size = MAP_APPFONT( 60, 12 );
Text [ en-US ] = "Close";
};
@@ -263,13 +276,13 @@ ModalDialog RID_PADIALOG
PushButton RID_PA_BTN_FONTS
{
- Pos = MAP_APPFONT( 80, 150 );
+ Pos = MAP_APPFONT( 80, 181 );
Size = MAP_APPFONT( 70, 12 );
Text [ en-US ] = "Fon~ts...";
};
PushButton RID_PA_BTN_ADD
{
- Pos = MAP_APPFONT( 5, 150 );
+ Pos = MAP_APPFONT( 5, 181 );
Size = MAP_APPFONT( 70, 12 );
Text [ en-US ] = "New Printer...";
};