From 8988ab7eae4fc91873e43d89402197abb2ef8e1c Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 20 Feb 2004 14:45:46 +0000 Subject: uim-anthy works ok in on-the-spot mode with KDE --- perl-install/lang.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 8dd0a6682..42d78751f 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -956,7 +956,7 @@ sub write { configure_kdeglobals($locale, $confdir); - my %qt_xim = (zh => 'Over The Spot', ko => 'On The Spot', ja => 'Over The Spot'); + my %qt_xim = (zh => 'Over The Spot', ko => 'On The Spot', ja => 'On The Spot'); if ($b_user_only && (my $qt_xim = $qt_xim{substr($locale->{lang}, 0, 2)})) { update_gnomekderc("$ENV{HOME}/.qt/qtrc", General => (XIMInputStyle => $qt_xim)); } -- cgit v1.2.1