summaryrefslogtreecommitdiffstats
path: root/setup
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-05-02 18:58:57 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-05-02 18:58:57 +0800
commit8ee87ff84b8832ffa38a5b750f0c53dd3dabf3ae (patch)
treecb986d60c48e1525b6662850752f524392708e36 /setup
parent9f34b7fd069299791a3dff1a205014a4b42759e8 (diff)
downloadibus-libpinyin-8ee87ff84b8832ffa38a5b750f0c53dd3dabf3ae.tar.gz
ibus-libpinyin-8ee87ff84b8832ffa38a5b750f0c53dd3dabf3ae.tar.xz
ibus-libpinyin-8ee87ff84b8832ffa38a5b750f0c53dd3dabf3ae.zip
Support correct jv,qv,xv,yv to ju,qu,xu,yu
Diffstat (limited to 'setup')
-rw-r--r--setup/ibus-pinyin-preferences.ui4
-rw-r--r--setup/main.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/setup/ibus-pinyin-preferences.ui b/setup/ibus-pinyin-preferences.ui
index 91f6a33..9b70174 100644
--- a/setup/ibus-pinyin-preferences.ui
+++ b/setup/ibus-pinyin-preferences.ui
@@ -733,8 +733,8 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="CorrectPinyin_VE_UE">
- <property name="label">ve =&gt; ue</property>
+ <object class="GtkCheckButton" id="CorrectPinyin_V_U">
+ <property name="label">v =&gt;u, ve =&gt; ue</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/setup/main.py b/setup/main.py
index 7c8eb12..5603034 100644
--- a/setup/main.py
+++ b/setup/main.py
@@ -157,7 +157,7 @@ class PreferencesDialog:
("CorrectPinyin_UEI_UI", True),
("CorrectPinyin_UEN_UN", True),
("CorrectPinyin_UE_VE", True),
- ("CorrectPinyin_VE_UE", True),
+ ("CorrectPinyin_V_U", True),
]
def __correct_pinyin_toggled_cb(widget):