From 24df2ffd61569b0ee249cc592d136ecf8480d0c6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 14 Jul 2003 19:20:40 +0000 Subject: let interactive uses stock items on x11 and old drak translated items in other backends --- perl-install/interactive/stdio.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'perl-install/interactive/stdio.pm') diff --git a/perl-install/interactive/stdio.pm b/perl-install/interactive/stdio.pm index 209310339..d8971c795 100644 --- a/perl-install/interactive/stdio.pm +++ b/perl-install/interactive/stdio.pm @@ -169,5 +169,13 @@ sub wait_message_nextW { } sub wait_message_endW { print "\nDone\n" } +sub ok { + N("Ok"); +} + +sub cancel { + N("Cancel"); +} + 1; -- cgit v1.2.1