View | Details | Raw Unified | Return to bug 131498
Collapse All | Expand All

(-)gtk+-2.8.9.orig/modules/input/imxim.c (-1 / +1 lines)
Lines 28-34 Link Here
28
  N_("X Input Method"),            /* Human readable name */
28
  N_("X Input Method"),            /* Human readable name */
29
  GETTEXT_PACKAGE,		   /* Translation domain */
29
  GETTEXT_PACKAGE,		   /* Translation domain */
30
  GTK_LOCALEDIR,		   /* Dir for bindtextdomain (not strictly needed for "gtk+") */
30
  GTK_LOCALEDIR,		   /* Dir for bindtextdomain (not strictly needed for "gtk+") */
31
  "ko:ja:th:zh"		           /* Languages for which this module is the default */
31
  "*"		           /* Languages for which this module is the default */
32
};
32
};
33
33
34
static const GtkIMContextInfo *info_list[] = {
34
static const GtkIMContextInfo *info_list[] = {

Return to bug 131498