summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r--drakpxelinux.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 07551ff..4c9e670 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -30,11 +30,12 @@ use strict;
use common;
use network::network;
#use MDK::Common;
-use ugtk2 qw(:ask :helpers :wrappers :create :dialogs);
use interactive;
# i18n: IMPORTANT: to get correct namespace (drakpxelinux instead of libDrakX)
BEGIN { unshift @::textdomains, 'drakpxelinux' }
+# must come *after* definition of textdomains for proper initialisation
+use ugtk2 qw(:ask :helpers :wrappers :create :dialogs);
use constant FALSE => 0;
use constant TRUE => 1;