diff options
author | Francois Pons <fpons@mandriva.com> | 1999-12-20 19:19:39 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-12-20 19:19:39 +0000 |
commit | dc9ba01917bf001fe0d5975f167cbb0ded79aa11 (patch) | |
tree | 3a7ec7ad754af7df31bb2d2a08caed20a0e04ed8 /perl-install/install_steps_interactive.pm | |
parent | eb8ec6300ad08687136cc291be3eea311754a736 (diff) | |
download | drakx-dc9ba01917bf001fe0d5975f167cbb0ded79aa11.tar drakx-dc9ba01917bf001fe0d5975f167cbb0ded79aa11.tar.gz drakx-dc9ba01917bf001fe0d5975f167cbb0ded79aa11.tar.bz2 drakx-dc9ba01917bf001fe0d5975f167cbb0ded79aa11.tar.xz drakx-dc9ba01917bf001fe0d5975f167cbb0ded79aa11.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 98d0111f5..804eadd5c 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -733,14 +733,14 @@ sub miscellaneousNetwork { sub miscellaneous { my ($o, $clicked) = @_; my %l = ( - 0 => _("Windows(TM)"), + #- 0 => _("Windows(TM)"), #- sorry :-) 1 => _("Poor"), 2 => _("Low"), 3 => _("Medium"), 4 => _("High"), 5 => _("Paranoid"), ); - delete @l{0,1,5} unless $::expert; + delete @l{1,5} unless $::expert; install_steps::miscellaneous($o); my $u = $o->{miscellaneous} ||= {}; |