diff options
Diffstat (limited to 'control-center3')
-rwxr-xr-x | control-center3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/control-center3 b/control-center3 index ba802bbd..3ae95650 100755 --- a/control-center3 +++ b/control-center3 @@ -26,6 +26,8 @@ use Gtk::Gdk::ImlibImage; use Config; use Env; use POSIX; +use lib qw(/usr/lib/libDrakX); +use interactive; # for i18n use Locale::GetText; @@ -39,6 +41,7 @@ init Gtk; Gtk::Gdk::ImlibImage->init; use Data::Dumper; +my $in = vnew interactive ('su'); my $false = 0; my $true = 1; @@ -192,7 +195,7 @@ sub draw_exposed { my $style = new Gtk::Style; my $style_dflt = new Gtk::Style; $style->font(Gtk::Gdk::Font->fontset_load(_("-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"))); -# $pix->draw_string($style->font, $darea1->style->black_gc, 100, 170, _("The Mandrake Control Center") ); +# $pix->draw_string($style->font, $darea1->style->black_gc, 100, 170, _("The Mandrake Control Center") ); $pix->draw_string($style->font, $darea1->style->black_gc, 73, 170, ("The place where you can configure your Mandrake Box") ); my @revtree; |