diff --git a/icons/Makefile.am b/icons/Makefile.am index 99f875c..d634953 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,6 +1,6 @@ # vim:set noet ts=4: # -# ibus-hangul - The Hangul engine for IBus +# ibus-sayrua - The Sayura engine for IBus # # Copyright (c) 2007-2008 Huang Peng # diff --git a/src/.Makefile.am.swp b/src/.Makefile.am.swp new file mode 100644 index 0000000..6e69111 Binary files /dev/null and b/src/.Makefile.am.swp differ diff --git a/src/main.c b/src/main.c index 68e2682..ac7026b 100644 --- a/src/main.c +++ b/src/main.c @@ -45,23 +45,23 @@ start_component (void) N_("Sinhala input method"), "0.1.0", "GPL", - "Peng Huang ", + "Pravin Satpute ", "http://code.google.com/p/ibus/", "", - "ibus-rawcode"); + "ibus-sayura"); ibus_component_add_engine (component, - ibus_engine_desc_new ("rawcode", + ibus_engine_desc_new ("sayura", N_("Sinhala Input Method"), N_("Sinhala Input Method"), - "other", + "si", "GPL", "Pravin Satpute ", - PKGDATADIR"/icon/ibus-hangul.svg", + PKGDATADIR"/icon/ibus-sayura.png", "us")); factory = ibus_factory_new (ibus_bus_get_connection (bus)); - ibus_factory_add_engine (factory, "rawcode", IBUS_TYPE_SINHALA_ENGINE); + ibus_factory_add_engine (factory, "sayura", IBUS_TYPE_SINHALA_ENGINE); if (ibus) { ibus_bus_request_name (bus, "org.freedesktop.IBus.Sinhala", 0); @@ -83,9 +83,9 @@ main (gint argc, gchar **argv) setlocale (LC_ALL, ""); - context = g_option_context_new ("- ibus rawcode engine component"); + context = g_option_context_new ("- ibus sayura engine component"); - g_option_context_add_main_entries (context, entries, "ibus-rawcode"); + g_option_context_add_main_entries (context, entries, "ibus-sayura"); if (!g_option_context_parse (context, &argc, &argv, &error)) { g_print ("Option parsing failed: %s\n", error->message);