aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Kataoka <nobody@android.com>2009-06-09 18:39:42 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-09 18:39:42 -0700
commit568c2bf1af07cdf4591c4b9321357da6a2a6e3c6 (patch)
treed3f1bc76fd9c678d99e88bfbbf8901259fe29d76
parent48c0a5820589f3ba1a6b3dc1e5c03d3339af0ad7 (diff)
downloadOpenWnn-568c2bf1af07cdf4591c4b9321357da6a2a6e3c6.tar.gz
AI 149706: Fixed filename for OpenWnn setting from boot.xml to bools.xml.
Please refer the conversation in https://mondrian.corp.google.com/changelist/143044-p9 This change is needed for opening OpenWnn. Automated import of CL 149706
-rw-r--r--res/values-ja/bools.xml5
-rw-r--r--res/values-ja/boot.xml3
2 files changed, 5 insertions, 3 deletions
diff --git a/res/values-ja/bools.xml b/res/values-ja/bools.xml
new file mode 100644
index 0000000..d9600c7
--- /dev/null
+++ b/res/values-ja/bools.xml
@@ -0,0 +1,5 @@
+<resources>
+ <!-- If this input method should be used as the default for ja,
+ set im_is_default true. -->
+ <bool name="im_is_default">false</bool>
+</resources>
diff --git a/res/values-ja/boot.xml b/res/values-ja/boot.xml
deleted file mode 100644
index 319e8e7..0000000
--- a/res/values-ja/boot.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<resources>
- <bool name="im_is_default">true</bool>
-</resources>