summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert CH Chou <Robert_CH_Chou@acer.com.tw>2010-01-14 17:24:39 +0800
committerRobert CH Chou <Robert_CH_Chou@acer.com.tw>2010-08-10 18:36:45 +0800
commitb6733d9258ffa1cf8d5bd23729bbed308f7e4f29 (patch)
treed3ac7fcf0499ea29ba4ff300b8108f6fce3ae4eb
parent6b7954e2967754a77c55dc4291941978e3508259 (diff)
downloadPinyinIME-b6733d9258ffa1cf8d5bd23729bbed308f7e4f29.tar.gz
Fix showing wrong punctuation key as comma key
It's showing comma key when clicking punctuation key. Correct the output label at skb_phone.xml Change-Id: Idb5aec74b934092c1c717a17dee52eb617809f09
-rw-r--r--res/xml/skb_phone.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/skb_phone.xml b/res/xml/skb_phone.xml
index 80a44fb..da5934b 100644
--- a/res/xml/skb_phone.xml
+++ b/res/xml/skb_phone.xml
@@ -56,7 +56,7 @@
<toggle_state state_id="@string/toggle_phone_sym" label="等 待" code="51"/>
</key>
<key icon="@drawable/num9" code="16">
- <toggle_state state_id="@string/toggle_phone_sym" label=","
+ <toggle_state state_id="@string/toggle_phone_sym" label="\#"/>
icon="@drawable/numpound"/>
</key>
<key code="67" key_type="1" repeat="true"/>