summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTill Kamppeter <tkamppeter@mandriva.com>2005-08-26 17:01:38 +0000
committerTill Kamppeter <tkamppeter@mandriva.com>2005-08-26 17:01:38 +0000
commitb73f369e840f9d29c6311d5e1f86d5d247067e80 (patch)
tree40b0a641485d865e52e75512738df308853f55c1
parente173a60d73045efb4568c275cf759e5e5dbe45fc (diff)
downloaddrakx-backup-do-not-use-b73f369e840f9d29c6311d5e1f86d5d247067e80.tar
drakx-backup-do-not-use-b73f369e840f9d29c6311d5e1f86d5d247067e80.tar.gz
drakx-backup-do-not-use-b73f369e840f9d29c6311d5e1f86d5d247067e80.tar.bz2
drakx-backup-do-not-use-b73f369e840f9d29c6311d5e1f86d5d247067e80.tar.xz
drakx-backup-do-not-use-b73f369e840f9d29c6311d5e1f86d5d247067e80.zip
- Removed "Do not print testy page" in test page step of add printer
wizard (bug #15861).
-rw-r--r--perl-install/printer/printerdrake.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index d42bc1bfd..589e5429e 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -3995,10 +3995,10 @@ Note: the photo test page can take a rather long time to get printed and on lase
{ text => N("Photo test page"), type => 'bool', val => \$options{photo} },
#{ text => N("Plain text test page"), type => 'bool',
# val => \$options{ascii} }
- if_($::isWizard,
- ({ val => "__________" },
- { text => N("Do not print any test page"), type => 'bool',
- val => \$res2 }))
+ #if_($::isWizard,
+ # ({ val => "__________" },
+ # { text => N("Do not print any test page"), type => 'bool',
+ # val => \$res2 }))
]);
$res2 = 1 if !($options{standard} || $options{altletter} || $options{alta4} || $options{photo} || $options{ascii});
if ($res1 && !$res2) {