summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-01-03 19:48:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-01-03 19:48:18 +0000
commit5fb4960588d8e63ffb220e4251a61090055e829b (patch)
treea1d0b21c8651b854eaed2cbcc83b7bc1fdafa99d /perl-install/interactive.pm
parent27c399a88f3f75ecd78b4464a86a94a835885784 (diff)
downloaddrakx-backup-do-not-use-5fb4960588d8e63ffb220e4251a61090055e829b.tar
drakx-backup-do-not-use-5fb4960588d8e63ffb220e4251a61090055e829b.tar.gz
drakx-backup-do-not-use-5fb4960588d8e63ffb220e4251a61090055e829b.tar.bz2
drakx-backup-do-not-use-5fb4960588d8e63ffb220e4251a61090055e829b.tar.xz
drakx-backup-do-not-use-5fb4960588d8e63ffb220e4251a61090055e829b.zip
toggle Advanced/Basic button
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm1
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 } });