From aa19bdfd007143ebe13a762072ab12302b8f3a74 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 13 Aug 2002 18:28:57 +0000 Subject: - handle setting 'ok' && 'cancel' - handle isWizard in newt (basic handling) --- perl-install/interactive/stdio.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/interactive/stdio.pm') diff --git a/perl-install/interactive/stdio.pm b/perl-install/interactive/stdio.pm index 67198d00e..3c8e9cfb7 100644 --- a/perl-install/interactive/stdio.pm +++ b/perl-install/interactive/stdio.pm @@ -36,6 +36,8 @@ sub good_choice { sub ask_fromW { my ($o, $common, $l, $l2) = @_; + add2hash_($common, { ok => _("Ok"), cancel => _("Cancel") }) if !exists $common->{ok}; + ask_fromW_begin: my $already_entries = 0; -- cgit v1.2.1