diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-09-09 09:06:48 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-09-09 09:06:48 +0000 |
commit | 64520bc178a4f7534057d7fb1139cea6aaa81fad (patch) | |
tree | ffb65fd1d39b6c89d433e4d819a7585137a0d231 /mdkonline | |
parent | 24be25a86ccebf4fa630b3059d4cc565ed6354d0 (diff) | |
download | mgaonline-64520bc178a4f7534057d7fb1139cea6aaa81fad.tar mgaonline-64520bc178a4f7534057d7fb1139cea6aaa81fad.tar.gz mgaonline-64520bc178a4f7534057d7fb1139cea6aaa81fad.tar.bz2 mgaonline-64520bc178a4f7534057d7fb1139cea6aaa81fad.tar.xz mgaonline-64520bc178a4f7534057d7fb1139cea6aaa81fad.zip |
- gtktext_insert
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); |