diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-25 22:57:24 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-25 22:57:24 +0800 |
| commit | f9022457cbfe1f8d4341fbab45eafa74fea78c2a (patch) | |
| tree | c09e2ce980035f075c0fe643a3195b22e667da50 | |
| parent | 3ecd768dd15a5cc3db4e2b0bd8b0d2a7b1c26c4b (diff) | |
| download | ibus-f9022457cbfe1f8d4341fbab45eafa74fea78c2a.tar.gz ibus-f9022457cbfe1f8d4341fbab45eafa74fea78c2a.tar.xz ibus-f9022457cbfe1f8d4341fbab45eafa74fea78c2a.zip | |
Update the context_name of im info.
| -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 3f943dd..abc3bdc 100644 --- a/client/gtk2/ibusim.c +++ b/client/gtk2/ibusim.c @@ -28,7 +28,7 @@ static const GtkIMContextInfo ibus_im_info = { "ibus", - "iBus", + "iBus (Intelligent Input Bus)", "ibus", IBUS_LOCALDIR, "" |
