summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-03-11 20:04:07 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-03-11 20:04:07 +0000
commitbff2fc2441ae129cd9d1139d2b164ec3848463e2 (patch)
treebfead823c8c0f1ce956ce32f6affb29be1b29d1c
parentf64c109d26ec74b33ea64d45fac5ab34bb0fdcda (diff)
downloaddrakx-backup-do-not-use-bff2fc2441ae129cd9d1139d2b164ec3848463e2.tar
drakx-backup-do-not-use-bff2fc2441ae129cd9d1139d2b164ec3848463e2.tar.gz
drakx-backup-do-not-use-bff2fc2441ae129cd9d1139d2b164ec3848463e2.tar.bz2
drakx-backup-do-not-use-bff2fc2441ae129cd9d1139d2b164ec3848463e2.tar.xz
drakx-backup-do-not-use-bff2fc2441ae129cd9d1139d2b164ec3848463e2.zip
Changed Qt Chinese XIMStyle to 'Over The Spot' ('On The Spot' crashes)
-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 de0a35ba0..bd43dd00b 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -915,7 +915,7 @@ sub write {
Language => get_kde_lang($locale),
));
- my %qt_xim = (zh => 'On The Spot', ko => 'On The Spot', ja => 'Over The Spot');
+ my %qt_xim = (zh => 'Over The Spot', ko => 'On The Spot', ja => 'Over The Spot');
if ($user_only && (my $qt_xim = $qt_xim{substr($locale->{lang}, 0, 2)})) {
update_gnomekderc("$ENV{HOME}/.qt/qtrc", General => (XIMInputStyle => $qt_xim));
}