diff options
Diffstat (limited to 'modules/input/imthai-broken.c')
-rw-r--r-- | modules/input/imthai-broken.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/input/imthai-broken.c b/modules/input/imthai-broken.c index b31ae4c1d2..98f3921464 100644 --- a/modules/input/imthai-broken.c +++ b/modules/input/imthai-broken.c @@ -175,7 +175,7 @@ thai_broken_init (GtkIMContextSimple *im_context) static const GtkIMContextInfo thai_broken_info = { "thai_broken", /* ID */ N_("Thai (Broken)"), /* Human readable name */ - "gtk+", /* Translation domain */ + GETTEXT_PACKAGE, /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "" /* Languages for which this module is the default */ }; |