diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-01-16 14:27:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-01-16 14:27:49 +0000 |
commit | e18cbbc3b9582561da4ce5a8233fd92522f83f7b (patch) | |
tree | 549043619ff7cbbb91f21cbce0a0f2613ec083b2 /perl-install/install_steps_interactive.pm | |
parent | b9accbb345e82e2ee2bf73522b7cd21134f91ce0 (diff) | |
download | drakx-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar drakx-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.gz drakx-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.bz2 drakx-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.tar.xz drakx-e18cbbc3b9582561da4ce5a8233fd92522f83f7b.zip |
new steps window layout
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 6027828b7..f20a6382f 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -77,7 +77,7 @@ so the messages will be displayed in english during installation") if $ENV{LANGU } } -sub acceptLicence { +sub acceptLicense { my ($o) = @_; return if $o->{useless_thing_accepted}; @@ -88,7 +88,7 @@ sub acceptLicence { $o->ask_yesorno('', N("Are you sure you refuse the licence?"), 1) and $o->exit; - &acceptLicence; + &acceptLicense; } #------------------------------------------------------------------------------ |