From 652087dca8a13b108a7d1062c422454414750b12 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 6 Jun 2012 14:17:32 +0800 Subject: [PATCH] update PYMain.cc --- src/PYMain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PYMain.cc b/src/PYMain.cc index 2fb61ea..e3d4888 100644 --- a/src/PYMain.cc +++ b/src/PYMain.cc @@ -181,7 +181,7 @@ main (gint argc, gchar **argv) context = g_option_context_new ("- ibus pinyin engine component"); - g_option_context_add_main_entries (context, entries, "ibus-pinyin"); + g_option_context_add_main_entries (context, entries, "ibus-libpinyin"); if (!g_option_context_parse (context, &argc, &argv, &error)) { g_print ("Option parsing failed: %s\n", error->message); -- 2.7.4