diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-31 13:26:16 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-31 13:26:16 +0800 |
| commit | 676c1b9653c9333d0e5354f9eb4b9de703da970d (patch) | |
| tree | 817a5561ed05b002fd17edc4288ca44a72c07406 /client/gtk2 | |
| parent | 5b198f92c2c409b3c972ed605d7d425d3eac4eed (diff) | |
| download | ibus-676c1b9653c9333d0e5354f9eb4b9de703da970d.tar.gz ibus-676c1b9653c9333d0e5354f9eb4b9de703da970d.tar.xz ibus-676c1b9653c9333d0e5354f9eb4b9de703da970d.zip | |
Use ibus gtk im module for ja, ko, zh.
Diffstat (limited to 'client/gtk2')
| -rw-r--r-- | client/gtk2/ibusim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gtk2/ibusim.c b/client/gtk2/ibusim.c index abc3bdc..a078f64 100644 --- a/client/gtk2/ibusim.c +++ b/client/gtk2/ibusim.c @@ -31,7 +31,7 @@ static const GtkIMContextInfo ibus_im_info = { "iBus (Intelligent Input Bus)", "ibus", IBUS_LOCALDIR, - "" + "ja:ko:zh" }; static const GtkIMContextInfo * info_list[] = { |
