]> Pileus Git - ~andy/gtk/blobdiff - modules/input/imxim.c
Fixes #136082 and #135265, patch by Morten Welinder.
[~andy/gtk] / modules / input / imxim.c
index 503e555923b6e376df612052aa766f0d67c83c59..57bef94c87443a355f524c15b2e8f28c1a07060e 100644 (file)
@@ -17,6 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
 #include "gtk/gtkintl.h"
 #include "gtk/gtkimmodule.h"
 #include "gtkimcontextxim.h"
@@ -25,8 +26,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 */
 };