Patch to add support for string conversion callbacks to

GtkIMContextXIM (#101814)
This commit is contained in:
Theppitak Karoonboonyanan
2004-04-24 09:58:48 +00:00
parent d517de5f91
commit eecb33d6b0
7 changed files with 247 additions and 8 deletions

View File

@ -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[] = {