summaryrefslogtreecommitdiff
path: root/modules/input/imviqr.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/input/imviqr.c')
-rw-r--r--modules/input/imviqr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/input/imviqr.c b/modules/input/imviqr.c
index be08db081..977318ea1 100644
--- a/modules/input/imviqr.c
+++ b/modules/input/imviqr.c
@@ -241,7 +241,7 @@ viqr_init (GtkIMContextSimple *im_context)
static const GtkIMContextInfo viqr_info = {
"viqr", /* ID */
N_("Vietnamese (VIQR)"), /* Human readable name */
- "gtk+", /* Translation domain */
+ GETTEXT_PACKAGE, /* Translation domain */
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
"vi" /* Languages for which this module is the default */
};