summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-10-20 16:47:13 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-10-20 16:47:13 +0000
commit48db6a78efd91232719f0a9f37dc9a9b607ca1c4 (patch)
treec4672fdae7ee73c7bea673518bbd00b676073ef8 /perl-install/install_steps_interactive.pm
parent3e112ce55d0d261931bf367e9243aedda5ae4897 (diff)
downloaddrakx-backup-do-not-use-48db6a78efd91232719f0a9f37dc9a9b607ca1c4.tar
drakx-backup-do-not-use-48db6a78efd91232719f0a9f37dc9a9b607ca1c4.tar.gz
drakx-backup-do-not-use-48db6a78efd91232719f0a9f37dc9a9b607ca1c4.tar.bz2
drakx-backup-do-not-use-48db6a78efd91232719f0a9f37dc9a9b607ca1c4.tar.xz
drakx-backup-do-not-use-48db6a78efd91232719f0a9f37dc9a9b607ca1c4.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index a79132b28..7090e6c75 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -57,9 +57,9 @@ sub selectLanguage($) {
lang::lang2text($o->{lang})));
install_steps::selectLanguage($o);
- $o->{useless_thing_accepted} = $o->ask_from_list_('',
-"Warning no warranty",
- [ __("Accept"), __("Refuse") ], "Accept") eq "Accept" or exit(1) unless $o->{useless_thing_accepted};
+#- $o->{useless_thing_accepted} = $o->ask_from_list_('',
+#-"Warning no warranty",
+#- [ __("Accept"), __("Refuse") ], "Accept") eq "Accept" or exit(1) unless $o->{useless_thing_accepted};
}
#------------------------------------------------------------------------------
sub selectKeyboard($) {