From 051de30ec46eb66c1014f9f808a4b2774a578f3f Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 8 Aug 2002 14:37:50 +0000 Subject: Added Tamils TSCII keyboard --- perl-install/lang.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/lang.pm') 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", ], ); -- cgit v1.2.1