From 3c449c259f3c6325a00bf542511bb1ccbce55054 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 18 Aug 2001 17:52:21 +0000 Subject: big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_ --- perl-install/Xconfigurator.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/Xconfigurator.pm') diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 9349a8e4e..f42131a67 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -479,7 +479,7 @@ sub optionsConfiguration($) { } @l = @l[0..9] if @l > 9; #- reduce list size to 10 for display - $in->ask_from_entries_refH('', _("Choose options for server"), \@l); + $in->ask_from('', _("Choose options for server"), \@l); } sub monitorConfiguration(;$$) { @@ -498,7 +498,7 @@ sub monitorConfiguration(;$$) { ($::auto_install ? $low_default_monitor : $in->ask_from_treelist(_("Monitor"), _("Choose a monitor"), '|', ['Custom', keys %monitors], $good_default)); if ($monitor->{type} eq 'Custom') { - $in->ask_from_entries_refH('', + $in->ask_from('', _("The two critical parameters are the vertical refresh rate, which is the rate at which the whole screen is refreshed, and most importantly the horizontal sync rate, which is the rate at which scanlines are displayed. @@ -1401,7 +1401,7 @@ sub main { $in->set_help('configureXmain') unless $::isStandalone; my $f; - $in->ask_from_entries_refH_powered( + $in->ask_from_( { title => 'XFdrake', messages => _("What do you want to do?"), -- cgit v1.2.1