summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-08-13 16:35:29 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-08-13 16:35:29 +0000
commitddec320c9813c04b3e6a6213654a3ff84db89431 (patch)
tree5deec3ddfc81ce8a5163737e624a801c47e88488 /perl-install/interactive.pm
parent4b42deec2147ea3d0e75061f6d2c5ed908f7fc36 (diff)
downloaddrakx-backup-do-not-use-ddec320c9813c04b3e6a6213654a3ff84db89431.tar
drakx-backup-do-not-use-ddec320c9813c04b3e6a6213654a3ff84db89431.tar.gz
drakx-backup-do-not-use-ddec320c9813c04b3e6a6213654a3ff84db89431.tar.bz2
drakx-backup-do-not-use-ddec320c9813c04b3e6a6213654a3ff84db89431.tar.xz
drakx-backup-do-not-use-ddec320c9813c04b3e6a6213654a3ff84db89431.zip
remove completly setting 'ok' & 'cancel' since it's better done per
interactive::* to handle correctly the Wizard mode
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm2
1 files changed, 0 insertions, 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 } });
}