summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-08-08 14:37:50 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-08-08 14:37:50 +0000
commit051de30ec46eb66c1014f9f808a4b2774a578f3f (patch)
treed2c8070f4f7428d7aa29f63c9df17fe857fddfa7 /perl-install/lang.pm
parent4d6b10de3c6b689bb62fe72e2b3ab4251f7a817f (diff)
downloaddrakx-backup-do-not-use-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar
drakx-backup-do-not-use-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar.gz
drakx-backup-do-not-use-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar.bz2
drakx-backup-do-not-use-051de30ec46eb66c1014f9f808a4b2774a578f3f.tar.xz
drakx-backup-do-not-use-051de30ec46eb66c1014f9f808a4b2774a578f3f.zip
Added Tamils TSCII keyboard
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm2
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", ],
);