From 5fb4960588d8e63ffb220e4251a61090055e829b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 3 Jan 2002 19:48:18 +0000 Subject: toggle Advanced/Basic button --- perl-install/interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/interactive.pm') 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 } }); -- cgit v1.2.1