diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-24 03:11:28 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-24 03:11:28 +0000 |
commit | a1ee882573a6e10946a0ba473d1f05b12ddeb405 (patch) | |
tree | 4600b9c64fe0d0cca74d8b79a4d3b9c9ab26d420 /perl-install/lang.pm | |
parent | c68bb9af0fcd0f7fa5a687b0f4f646d754658730 (diff) | |
download | drakx-a1ee882573a6e10946a0ba473d1f05b12ddeb405.tar drakx-a1ee882573a6e10946a0ba473d1f05b12ddeb405.tar.gz drakx-a1ee882573a6e10946a0ba473d1f05b12ddeb405.tar.bz2 drakx-a1ee882573a6e10946a0ba473d1f05b12ddeb405.tar.xz drakx-a1ee882573a6e10946a0ba473d1f05b12ddeb405.zip |
ichanged kde default fonts to match what we ship
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index bf68915c9..b95e12956 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -528,7 +528,7 @@ my %charset2kde_font = ( 'viscii' => [ "misc-fixed,13", "misc-fixed,13", "misc-fixed,10", ], #- TSCII uses pseudo iso-8859-1 fonts, it is important to choose them #- correctly - 'tscii' => [ "tsc_paranar,13", "mylaifixtsc,13", "tsc_paranar,10", ], + 'tscii' => [ "tsc_avarangal,14", "tsc_avarangalfxd,10", "tsc_avarangal,12", ], 'default' => [ "misc-fixed,13", "misc-fixed,13", "misc-fixed,10", ], ); |