From bb0a88b2f46e8256593f7e13e809e6cc5ca48c30 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 9 Oct 2009 14:38:03 +0000 Subject: initialize gettext domain as soon as possible It was getting initialized too late which caused badly displayed accents in the live installer --- draklive-install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/draklive-install b/draklive-install index 1a99f2c..e154792 100755 --- a/draklive-install +++ b/draklive-install @@ -1,5 +1,9 @@ #!/usr/bin/perl +BEGIN { + push @::textdomains, 'draklive-install'; +} + use lib qw(/usr/lib/libDrakX); use standalone; use interactive; @@ -13,7 +17,6 @@ use MDK::Common; use common; use feature qw(state); -push @::textdomains, 'draklive-install'; { use diskdrake::interactive; -- cgit v1.2.1