diff options
author | Peng Huang <shawn.p.huang@gmail.com> | 2009-10-10 16:13:28 +0800 |
---|---|---|
committer | Peng Huang <shawn.p.huang@gmail.com> | 2009-10-10 16:13:28 +0800 |
commit | e035410d2a8f92101feeedff56f70c5e91a5cffc (patch) | |
tree | 5ec12e9550b9b941bfc0c0a8453dd0cafbc4131c /src/PinyinEngine.cc | |
parent | 560a2b3d108aa91fc4c86bd219937abaec9314ac (diff) | |
download | ibus-libpinyin-e035410d2a8f92101feeedff56f70c5e91a5cffc.tar.gz ibus-libpinyin-e035410d2a8f92101feeedff56f70c5e91a5cffc.tar.xz ibus-libpinyin-e035410d2a8f92101feeedff56f70c5e91a5cffc.zip |
Use ibus-setup icon
Diffstat (limited to 'src/PinyinEngine.cc')
-rw-r--r-- | src/PinyinEngine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PinyinEngine.cc b/src/PinyinEngine.cc index 983db11..418d06b 100644 --- a/src/PinyinEngine.cc +++ b/src/PinyinEngine.cc @@ -94,7 +94,7 @@ PinyinEngine::PinyinEngine (IBusEngine *engine) m_prop_setup = ibus_property_new ("setup", PROP_TYPE_NORMAL, StaticText (_("Pinyin preferences")), - "gtk-preferences", + "ibus-setup", StaticText (_("Pinyin preferences")), TRUE, TRUE, |