From 64520bc178a4f7534057d7fb1139cea6aaa81fad Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Thu, 9 Sep 2004 09:06:48 +0000 Subject: - gtktext_insert --- mdkonline | 8 +++++--- 1 file 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 # -# 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); -- cgit v1.2.1