diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-08-14 01:24:13 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-08-14 01:24:13 +0000 |
commit | 382c326a7eeb630e95da2ced702968b7e0c62ee3 (patch) | |
tree | 96caa63644ec344d39ea2df5a60b80a1e8a5c568 /app-i18n/uim/files | |
parent | grammar should be a requirement of all devs; postinst() grammar fixed (diff) | |
download | historical-382c326a7eeb630e95da2ced702968b7e0c62ee3.tar.gz historical-382c326a7eeb630e95da2ced702968b7e0c62ee3.tar.bz2 historical-382c326a7eeb630e95da2ced702968b7e0c62ee3.zip |
Force uim-default as default. Fixed bug #58656.
Diffstat (limited to 'app-i18n/uim/files')
-rw-r--r-- | app-i18n/uim/files/uim-pinyin-big5-gentoo.diff | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app-i18n/uim/files/uim-pinyin-big5-gentoo.diff b/app-i18n/uim/files/uim-pinyin-big5-gentoo.diff new file mode 100644 index 000000000000..16b7aa1edf7e --- /dev/null +++ b/app-i18n/uim/files/uim-pinyin-big5-gentoo.diff @@ -0,0 +1,8 @@ +--- scm/pyload.scm 2004-05-26 10:55:38.000000000 +0900 ++++ scm/pyload.scm-zh_CN 2004-08-14 10:06:54.000000000 +0900 +@@ -67,4 +67,4 @@ + #f))) + + (generic-register-im +- 'pinyin-big5 "*" "UTF-8" pinyin-big5-init-handler) ++ 'pinyin-big5 "zh_CN" "UTF-8" pinyin-big5-init-handler) |