From 8b8b1ec435f9d4d766cb3febfc8285e48dfb3ecf Mon Sep 17 00:00:00 2001 From: Hidetoshi Tajima Date: Fri, 30 May 2003 01:31:15 +0000 Subject: use GETTEXT_PACKAGE to get a translation for "Default"(#113850). Thu May 29 18:30:55 2003 Hidetoshi Tajima * modules/input/imipa.c: use GETTEXT_PACKAGE to get a translation for "Default"(#113850). --- modules/input/imipa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/input') diff --git a/modules/input/imipa.c b/modules/input/imipa.c index 0a1e234702..957c066f68 100644 --- a/modules/input/imipa.c +++ b/modules/input/imipa.c @@ -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 */ }; -- cgit v1.2.1