summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline8
1 files changed, 5 insertions, 3 deletions
diff --git a/mdkonline b/mdkonline
index 3be7b8ad..e20a54df 100755
--- a/mdkonline
+++ b/mdkonline
@@ -5,7 +5,6 @@
# Copyright (C) 2001-2002-2003-2004 Mandrakesoft #
# #
# Daouda Lo <daouda@mandrakesoft.com> #
-# Renaud Chaillat #
#
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License Version 2 as #
@@ -27,13 +26,16 @@ use common;
use standalone;
use interactive;
use lang;
+
+BEGIN { unshift @::textdomains, 'mdkonline', 'drakfirstboot' }
+
use ugtk2 qw(:all);
use mdkonline;
use comdialog;
use data;
-#BEGIN { unshift @::textdomains, 'mdkonline', 'drakfw' }
-use Config;
+
+#use Config;
#use LWP::Debug qw(+);
use Digest::MD5 qw(md5 md5_hex md5_base64);