From 56909f3bf02cbc729c2945e1ca1808927105638c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 21 Jan 2005 10:30:55 +0000 Subject: fix banner's title by initializing mcc domain before ugtk2 --- perl-install/standalone/printerdrake | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index ff57a6282..e153c5a70 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -20,6 +20,10 @@ # use strict; + +# i18n: IMPORTANT: to get correct namespace (userdrake instead of libDrakX) +BEGIN { unshift @::textdomains, 'drakconf' } + use lib qw(/usr/lib/libDrakX); use standalone; @@ -51,9 +55,6 @@ my $printer; $ugtk2::wm_icon = "printerdrake"; my $in = 'interactive'->vnew('su', if_(!$::isEmbedded, 'printer-mdk')); -# i18n: IMPORTANT: to get correct namespace (userdrake instead of libDrakX) -BEGIN { unshift @::textdomains, 'drakconf' } - my $commandline = $_; # Data structure for GTK2 main window -- cgit v1.2.1