summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-18 17:52:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-18 17:52:21 +0000
commit3c449c259f3c6325a00bf542511bb1ccbce55054 (patch)
tree31ff76977b035edd10a498a43cd3abd2ed1861d9 /perl-install/Xconfigurator.pm
parent42a56d315a86b9fa19d9330583a26a86c7453ab0 (diff)
downloaddrakx-backup-do-not-use-3c449c259f3c6325a00bf542511bb1ccbce55054.tar
drakx-backup-do-not-use-3c449c259f3c6325a00bf542511bb1ccbce55054.tar.gz
drakx-backup-do-not-use-3c449c259f3c6325a00bf542511bb1ccbce55054.tar.bz2
drakx-backup-do-not-use-3c449c259f3c6325a00bf542511bb1ccbce55054.tar.xz
drakx-backup-do-not-use-3c449c259f3c6325a00bf542511bb1ccbce55054.zip
big renaming of ask_from_entries_refH in ask_from and ask_from_entries_refH_powered in ask_from_
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r--perl-install/Xconfigurator.pm6
1 files changed, 3 insertions, 3 deletions
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?"),