From 521d3d163039146edbc002f1daa99d8fcc4892a1 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 29 Aug 2000 14:20:14 +0000 Subject: *** empty log message *** --- perl-install/printerdrake.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'perl-install') diff --git a/perl-install/printerdrake.pm b/perl-install/printerdrake.pm index 7e023b74d..bb3acd9fc 100644 --- a/perl-install/printerdrake.pm +++ b/perl-install/printerdrake.pm @@ -127,11 +127,10 @@ sub setup_gsdriver($$$;$) { do { $printer->{DBENTRY} ||= $printer::thedb_gsdriver{$printer->{GSDRIVER}}{ENTRY}; eval { $printer->{DBENTRY} = $printer::descr_to_db{ -# $in->ask_from_list_with_help_(_("Configure Printer"), #- tempory sucks TODO - $in->ask_from_list_(_("Configure Printer"), + $in->ask_from_list_with_help_(_("Configure Printer"), _("What type of printer do you have?"), [ @printer::entry_db_description ], - # { %printer::descr_to_help }, + { %printer::descr_to_help }, $printer::db_to_descr{$printer->{DBENTRY}}, ) }; @@ -196,7 +195,7 @@ _("Extra Text options") => \$printer->{TEXTONLYOPTIONS}, printer::configure_queue($printer); $printer->{complete} = 0; - $action = $in->ask_from_list('', _("Do you want to test printing?"), sub { $action{$_[0]} }, \@action, 'done'); + $action = $in->ask_from_listf('', _("Do you want to test printing?"), sub { $action{$_[0]} }, \@action, 'done'); my @testpages; push @testpages, "/usr/lib/rhs/rhs-printfilters/testpage.asc" -- cgit v1.2.1