From ae1ca0772cea076c0098a83c15de2581e8aee3f5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 15 Sep 2001 13:41:51 +0000 Subject: - add and use aewm-drakx - add some "skip" title on help/logo/steps windows so that aewm-drakx know they don't need keyboard focus - add some more title to ease debugging (when aewm-drakx is in debug mode) --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index a26666ae9..55391995c 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -774,6 +774,7 @@ sub selectLanguage { my ($in, $lang, $langs) = @_; $in->ask_from_( { messages => _("Please, choose a language to use."), + title => 'language choice', advanced_messages => _("You can choose other languages that will be available after install"), callbacks => { focus_out => sub { $langs->{$lang} = 1 }, -- cgit v1.2.1