diff options
author | Hidetoshi Tajima <hidetoshi.tajima@sun.com> | 2003-05-30 01:31:15 +0000 |
---|---|---|
committer | Hidetoshi Tajima <tajima@src.gnome.org> | 2003-05-30 01:31:15 +0000 |
commit | 8b8b1ec435f9d4d766cb3febfc8285e48dfb3ecf (patch) | |
tree | 2b13ea1a5fd772bc4a4a06332daf01daab9f6562 /modules/input | |
parent | 3e08d91b1992462fd32f34e5e5369dfef33a9bf5 (diff) | |
download | gtk+-8b8b1ec435f9d4d766cb3febfc8285e48dfb3ecf.tar.gz |
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).
Diffstat (limited to 'modules/input')
-rw-r--r-- | modules/input/imipa.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ }; |