diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-08 14:37:50 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2002-08-08 14:37:50 +0000 |
commit | 051de30ec46eb66c1014f9f808a4b2774a578f3f (patch) | |
tree | d2c8070f4f7428d7aa29f63c9df17fe857fddfa7 /perl-install/lang.pm | |
parent | 4d6b10de3c6b689bb62fe72e2b3ab4251f7a817f (diff) | |
download | drakx-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar drakx-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar.gz drakx-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar.bz2 drakx-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar.xz drakx-051de30ec46eb66c1014f9f808a4b2774a578f3f.zip |
Added Tamils TSCII keyboard
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 fbd48a8f2..783610975 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", "mylaitsc,13", "tsc_paranar,10", ], + 'tscii' => [ "tsc_paranar,13", "mylaifixtsc,13", "tsc_paranar,10", ], 'default' => [ "misc-fixed,13", "misc-fixed,13", "misc-fixed,10", ], ); |