summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfont
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-12 11:39:35 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-12 11:39:35 +0000
commit73358ccfa7f407a2afb6f4c87606c64f20e3f5a7 (patch)
tree8fc36939a652504f597e56e69018539c96f1dfed /perl-install/standalone/drakfont
parent836594509846960f6cb17dc064343c651bf9d771 (diff)
downloaddrakx-backup-do-not-use-73358ccfa7f407a2afb6f4c87606c64f20e3f5a7.tar
drakx-backup-do-not-use-73358ccfa7f407a2afb6f4c87606c64f20e3f5a7.tar.gz
drakx-backup-do-not-use-73358ccfa7f407a2afb6f4c87606c64f20e3f5a7.tar.bz2
drakx-backup-do-not-use-73358ccfa7f407a2afb6f4c87606c64f20e3f5a7.tar.xz
drakx-backup-do-not-use-73358ccfa7f407a2afb6f4c87606c64f20e3f5a7.zip
fix about layout:
- sanitize horrible line breaking (let pango do it for now, it know how to do it quite a lot better than we) - add myself in author list - split about translation in three pieces (copyright holders, std fsf header and thanks), enabling to share std fsf legal header among several programs
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-xperl-install/standalone/drakfont25
1 files changed, 17 insertions, 8 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont
index 8288dee03..c4d728fd5 100755
--- a/perl-install/standalone/drakfont
+++ b/perl-install/standalone/drakfont
@@ -600,36 +600,45 @@ sub text_view {
}
sub help() {
- ugtk2::create_dialog(N("Help"), N("
- Copyright (C) 2001-2002 by MandrakeSoft
- DUPONT Sebastien (original version)
- CHAUMETTE Damien <dchaumette\@mandrakesoft.com>
+ ugtk2::create_dialog(N("Help"), formatAlaTeX(N("Copyright (C) 2001-2002 by MandrakeSoft
- This program is free software; you can redistribute it and/or modify
+
+ DUPONT Sebastien (original version)
+
+ CHAUMETTE Damien <dchaumette\@mandrakesoft.com>
+
+ VIGNAUD Thierry <tvignaud\@mandrakesoft.com>")
+
+. "\n\n\n" . N("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
the Free Software Foundation; either version 2, or (at your option)
any later version.
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
+
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.")
+
+. "\n\n\n" . N("Thanks:
- Thanks:
- pfm2afm:
by Ken Borgendale:
Convert a Windows .pfm file to a .afm (Adobe Font Metrics)
+
- type1inst:
by James Macnicol:
type1inst generates files fonts.dir fonts.scale & Fontmap.
+
- ttf2pt1:
by Andrew Weeks, Frank Siegert, Thomas Henlich, Sergey Babkin
Convert ttf font files to afm and pfb fonts
-"));
+")));
}
sub appli_choice() {