From 21e730e9bce623068f14f8f6717d3020bcbc574e Mon Sep 17 00:00:00 2001 From: Sebastien Dupont Date: Sat, 24 Nov 2001 15:02:44 +0000 Subject: about... --- perl-install/standalone/drakfont | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 564b2de20..aba44b1ac 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -78,7 +78,7 @@ # -->> /usr/X11R6/lib/X11/fonts/drakfont use Gtk; -use lib qw(/usr/lib/libDrakX); +use lib qw(..); use interactive; use standalone; use my_gtk qw(:helpers :wrappers); @@ -621,7 +621,8 @@ sub about { $about_box = gtkpack_(new Gtk::VBox(0,10), 1, gtkpack_(new Gtk::HBox(0,0), 1, gtktext_insert(gtkset_editable($text, 1), " - Copyright (C) 2001 by MandrakeSoft (sdupont\@mandrakesoft.com) + Copyright (C) 2001 by MandrakeSoft + DUPONT Sebastien sdupont\@mandrakesoft.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- cgit v1.2.1