diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-03-11 23:10:17 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-03-11 23:10:17 +0000 |
commit | 68d94bbff643c5bbb09a7a6ff54b1a60020efc0c (patch) | |
tree | 5edb7eb258afb2a3427293b00fc425a47059a4f6 | |
parent | 1cb96e7ce6a17a54f4c5e8141ceb4dbea5aeacc5 (diff) | |
download | drakx-backup-do-not-use-68d94bbff643c5bbb09a7a6ff54b1a60020efc0c.tar drakx-backup-do-not-use-68d94bbff643c5bbb09a7a6ff54b1a60020efc0c.tar.gz drakx-backup-do-not-use-68d94bbff643c5bbb09a7a6ff54b1a60020efc0c.tar.bz2 drakx-backup-do-not-use-68d94bbff643c5bbb09a7a6ff54b1a60020efc0c.tar.xz drakx-backup-do-not-use-68d94bbff643c5bbb09a7a6ff54b1a60020efc0c.zip |
(pablo) change kde font scheme (crossing fingers)
-rw-r--r-- | perl-install/lang.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index bd43dd00b..ba86b630e 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -680,9 +680,9 @@ sub charset2kde_font { my $font = $charset2kde_font{$charset} || $charset2kde_font{default}; my $r = $font->[$type] || $font->[0]; - #- the format is "font-name,size,5,kdecharset,0,0" I have no idea of the + #- the format is "font-name,size,-1,5,0,0,0,0,0,0" I have no idea of the #- meaning of that "5"... - "$r,5,$kdecharset,0,0"; + "$r,-1,5,0,0,0,0,0,0"; } # this define pango name fonts (like "NimbusSans L") depending |