diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-28 00:38:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-28 00:38:31 +0000 |
commit | a2684a39b0328d328fb5fc15443b34f229405583 (patch) | |
tree | 90b4c93e38a7c75d664f2651c1a8c86f23540265 /perl-install/Xconfigurator.pm | |
parent | ded1296850850b73f27a33eb0259aa6df70a04f1 (diff) | |
download | drakx-backup-do-not-use-a2684a39b0328d328fb5fc15443b34f229405583.tar drakx-backup-do-not-use-a2684a39b0328d328fb5fc15443b34f229405583.tar.gz drakx-backup-do-not-use-a2684a39b0328d328fb5fc15443b34f229405583.tar.bz2 drakx-backup-do-not-use-a2684a39b0328d328fb5fc15443b34f229405583.tar.xz drakx-backup-do-not-use-a2684a39b0328d328fb5fc15443b34f229405583.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 418360946..84e5f7867 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -351,8 +351,8 @@ sub monitorConfiguration(;$$) { readMonitorsDB("/usr/X11R6/lib/X11/MonitorsDB"); - add2hash($monitor, { type => $in->ask_from_treelist(_("Monitor"), _("Choose a monitor"), '|', ['Unlisted', keys %monitors], 'Generic|' . translate($default_monitor)) }) unless $monitor->{type}; - if ($monitor->{type} eq 'Unlisted') { + add2hash($monitor, { type => $in->ask_from_treelist(_("Monitor"), _("Choose a monitor"), '|', ['Custom', keys %monitors], 'Generic|' . translate($default_monitor)) }) unless $monitor->{type}; + if ($monitor->{type} eq 'Custom') { $in->ask_from_entries_ref('', _("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 |