use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
Thu May 29 18:30:55 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com> * modules/input/imipa.c: use GETTEXT_PACKAGE to get a translation for "Default"(#113850).
This commit is contained in:
committed by
Hidetoshi Tajima
parent
3e08d91b19
commit
8b8b1ec435
@ -142,7 +142,7 @@ ipa_init (GtkIMContextSimple *im_context)
|
||||
static const GtkIMContextInfo ipa_info = {
|
||||
"ipa", /* ID */
|
||||
N_("IPA"), /* Human readable name */
|
||||
"gtk+", /* Translation domain */
|
||||
GETTEXT_PACKAGE, /* Translation domain */
|
||||
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
|
||||
"" /* Languages for which this module is the default */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user