From b73f369e840f9d29c6311d5e1f86d5d247067e80 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 26 Aug 2005 17:01:38 +0000 Subject: - Removed "Do not print testy page" in test page step of add printer wizard (bug #15861). --- perl-install/printer/printerdrake.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/printer') 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) { -- cgit v1.2.1