Patch to add support for string conversion callbacks to
GtkIMContextXIM (#101814)
This commit is contained in:
@ -28,7 +28,7 @@ static const GtkIMContextInfo xim_ja_info = {
|
||||
N_("X Input Method"), /* Human readable name */
|
||||
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 */
|
||||
"ko:ja:th:zh" /* Languages for which this module is the default */
|
||||
};
|
||||
|
||||
static const GtkIMContextInfo *info_list[] = {
|
||||
|
||||
Reference in New Issue
Block a user