forked from AuroraMiddleware/gtk
Fix the spelling of Inuktitut in several places. (#154176, John Austin)
2004-10-01 Matthias Clasen <mclasen@redhat.com> * modules/input/iminuktitut.c: Fix the spelling of Inuktitut in several places. (#154176, John Austin)
This commit is contained in:
parent
1cb70ed408
commit
c1bdbb3eed
@ -1,3 +1,8 @@
|
||||
2004-10-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/input/iminuktitut.c: Fix the spelling of Inuktitut
|
||||
in several places. (#154176, John Austin)
|
||||
|
||||
2004-09-30 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* tests/testellipsize.c: exit on close.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-10-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/input/iminuktitut.c: Fix the spelling of Inuktitut
|
||||
in several places. (#154176, John Austin)
|
||||
|
||||
2004-09-30 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* tests/testellipsize.c: exit on close.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-10-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/input/iminuktitut.c: Fix the spelling of Inuktitut
|
||||
in several places. (#154176, John Austin)
|
||||
|
||||
2004-09-30 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* tests/testellipsize.c: exit on close.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-10-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* modules/input/iminuktitut.c: Fix the spelling of Inuktitut
|
||||
in several places. (#154176, John Austin)
|
||||
|
||||
2004-09-30 Paolo Borelli <pborelli@katamail.com>
|
||||
|
||||
* tests/testellipsize.c: exit on close.
|
||||
|
@ -56,7 +56,7 @@ inuktitut_register_type (GTypeModule *module)
|
||||
type_inuktitut_translit =
|
||||
g_type_module_register_type (module,
|
||||
GTK_TYPE_IM_CONTEXT_SIMPLE,
|
||||
"GtkIMContextInukitut",
|
||||
"GtkIMContextInuktitut",
|
||||
&object_info, 0);
|
||||
}
|
||||
|
||||
@ -124,7 +124,7 @@ inuktitut_init (GtkIMContextSimple *im_context)
|
||||
|
||||
static const GtkIMContextInfo inuktitut_info = {
|
||||
"inuktitut", /* ID */
|
||||
N_("Inukitut (Transliterated)"), /* Human readable name */
|
||||
N_("Inuktitut (Transliterated)"), /* Human readable name */
|
||||
GETTEXT_PACKAGE, /* Translation domain */
|
||||
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
|
||||
"iu" /* Languages for which this module is the default */
|
||||
|
Loading…
Reference in New Issue
Block a user