diff options
author | Sebastien Dupont <sdupont@mandriva.com> | 2001-11-24 15:02:44 +0000 |
---|---|---|
committer | Sebastien Dupont <sdupont@mandriva.com> | 2001-11-24 15:02:44 +0000 |
commit | 21e730e9bce623068f14f8f6717d3020bcbc574e (patch) | |
tree | 0bc5e023dc318a892d972fec14c43af44dade138 /perl-install | |
parent | 1ed328e97747c175b0af3407fc271e907370abc2 (diff) | |
download | drakx-21e730e9bce623068f14f8f6717d3020bcbc574e.tar drakx-21e730e9bce623068f14f8f6717d3020bcbc574e.tar.gz drakx-21e730e9bce623068f14f8f6717d3020bcbc574e.tar.bz2 drakx-21e730e9bce623068f14f8f6717d3020bcbc574e.tar.xz drakx-21e730e9bce623068f14f8f6717d3020bcbc574e.zip |
about...
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakfont | 5 |
1 files changed, 3 insertions, 2 deletions
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 |