aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/apc.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2014-10-27 18:58:11 -0700
committerNils Adermann <naderman@naderman.de>2014-10-27 18:58:11 -0700
commitefe3aaaf0b9b2f60da89df0e285dace91f24cea1 (patch)
tree63c94db901481215715640f72cb1e73f2037b237 /phpBB/phpbb/cache/driver/apc.php
parentdf1212ce27bc4864abc84ef92a9998e9c58cd0e2 (diff)
parent4e4c3de10316fa5928b309972b49416fba77f5a9 (diff)
downloadforums-efe3aaaf0b9b2f60da89df0e285dace91f24cea1.tar
forums-efe3aaaf0b9b2f60da89df0e285dace91f24cea1.tar.gz
forums-efe3aaaf0b9b2f60da89df0e285dace91f24cea1.tar.bz2
forums-efe3aaaf0b9b2f60da89df0e285dace91f24cea1.tar.xz
forums-efe3aaaf0b9b2f60da89df0e285dace91f24cea1.zip
Merge pull request #3085 from naderman/ticket/13227
[ticket/13227] Properly handle curlwrapper headers in remote avatars
Diffstat (limited to 'phpBB/phpbb/cache/driver/apc.php')
0 files changed, 0 insertions, 0 deletions
d=8988ab7eae4fc91873e43d89402197abb2ef8e1c&id2=b75b475c3d70d3214bebf657993d7d658ca6075b'>diff)downloaddrakx-backup-do-not-use-8988ab7eae4fc91873e43d89402197abb2ef8e1c.tar
drakx-backup-do-not-use-8988ab7eae4fc91873e43d89402197abb2ef8e1c.tar.gz
drakx-backup-do-not-use-8988ab7eae4fc91873e43d89402197abb2ef8e1c.tar.bz2
drakx-backup-do-not-use-8988ab7eae4fc91873e43d89402197abb2ef8e1c.tar.xz
drakx-backup-do-not-use-8988ab7eae4fc91873e43d89402197abb2ef8e1c.zip
uim-anthy works ok in on-the-spot mode with KDE
Diffstat
-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 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));
}