summaryrefslogtreecommitdiff
path: root/modules/input/imxim.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/input/imxim.c')
-rw-r--r--modules/input/imxim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/input/imxim.c b/modules/input/imxim.c
index 503e55592..cb719058e 100644
--- a/modules/input/imxim.c
+++ b/modules/input/imxim.c
@@ -25,8 +25,8 @@
static const GtkIMContextInfo xim_ja_info = {
"xim", /* ID */
N_("X Input Method"), /* Human readable name */
- "gtk+", /* Translation domain */
- GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
+ GETTEXT_PACKAGE, /* Translation domain */
+ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
"ko:ja:zh" /* Languages for which this module is the default */
};