]> Pileus Git - ~andy/gtk/blobdiff - modules/input/imti-et.c
make "Default" label of default input method localizable. use translations
[~andy/gtk] / modules / input / imti-et.c
index 3ceab1b97c214467e22bdb498ceab29d0cb8c95f..2a2b28d0754939ba9904b0444b6817ae824ca8a0 100644 (file)
@@ -450,7 +450,7 @@ ti_et_init (GtkIMContextSimple *im_context)
 static const GtkIMContextInfo ti_et_info = { 
   "ti_et",                /* ID */
   N_("Tigrigna-Ethiopian (EZ+)"),         /* Human readable name */
-  "gtk+",                 /* Translation domain */
+  GETTEXT_PACKAGE,        /* Translation domain */
    GTK_LOCALEDIR,         /* Dir for bindtextdomain (not strictly needed for "gtk+") */
   "ti"                    /* Languages for which this module is the default */
 };