diff options
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r-- | drakpxelinux.pl | 3 |
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; |