diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-01-03 19:48:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-01-03 19:48:18 +0000 |
commit | 5fb4960588d8e63ffb220e4251a61090055e829b (patch) | |
tree | a1d0b21c8651b854eaed2cbcc83b7bc1fdafa99d /perl-install/interactive.pm | |
parent | 27c399a88f3f75ecd78b4464a86a94a835885784 (diff) | |
download | drakx-5fb4960588d8e63ffb220e4251a61090055e829b.tar drakx-5fb4960588d8e63ffb220e4251a61090055e829b.tar.gz drakx-5fb4960588d8e63ffb220e4251a61090055e829b.tar.bz2 drakx-5fb4960588d8e63ffb220e4251a61090055e829b.tar.xz drakx-5fb4960588d8e63ffb220e4251a61090055e829b.zip |
toggle Advanced/Basic button
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 931ad9e30..6cfc277f2 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -284,6 +284,7 @@ sub ask_from_normalize { } @$l; $common->{advanced_label} ||= _("Advanced"); + $common->{advanced_label_close} ||= _("Basic"); $common->{$_} = [ deref($common->{$_}) ] foreach qw(messages advanced_messages); add2hash_($common, { ok => _("Ok"), cancel => _("Cancel") }) if !exists $common->{ok} && !$::isWizard; add2hash_($common->{callbacks} ||= {}, { changed => sub {}, focus_out => sub {}, complete => sub { 0 }, canceled => sub { 0 } }); |