diff options
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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); |