From ddec320c9813c04b3e6a6213654a3ff84db89431 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Aug 2002 16:35:29 +0000 Subject: remove completly setting 'ok' & 'cancel' since it's better done per interactive::* to handle correctly the Wizard mode --- perl-install/interactive.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index fd47aaee8..6d8f3b73b 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -317,8 +317,6 @@ sub ask_from_normalize { $common->{advanced_label} ||= _("Advanced"); $common->{advanced_label_close} ||= _("Basic"); $common->{$_} = [ deref($common->{$_}) ] foreach qw(messages advanced_messages); - add2hash_($common, { ok => $::isWizard ? ($::Wizard_finished ? _("Finish") : _("Next ->")) : _("Ok"), - cancel => $::isWizard ? _("<- Previous") : _("Cancel") }) if !exists $common->{ok}; add2hash_($common->{callbacks} ||= {}, { changed => sub {}, focus_out => sub {}, complete => sub { 0 }, canceled => sub { 0 } }); } -- cgit v1.2.1