diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-12-23 21:25:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-12-23 21:25:16 +0000 |
commit | c851a85dc3ad0e86db7e535e98604fd0ce080455 (patch) | |
tree | de6f05ae8c437f299439daa64e23470dfc135cb3 /modules | |
parent | dfbde7a8d8b192ee2c1868e4eabc2a5659c90da6 (diff) | |
download | gtk+-c851a85dc3ad0e86db7e535e98604fd0ce080455.tar.gz |
Be careful to not override GTK+ translations with the translations of the
2006-12-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimmulticontext.c: Be careful to not override
GTK+ translations with the translations of the input
method. (#317080, Tor Lillqvist)
* modules/input/imcedilla.c: Use standard macros
for translation domain and locale dir.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/input/imcedilla.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/input/imcedilla.c b/modules/input/imcedilla.c index 061bdedd73..5914a6686a 100644 --- a/modules/input/imcedilla.c +++ b/modules/input/imcedilla.c @@ -89,8 +89,8 @@ cedilla_init (GtkIMContextSimple *im_context) static const GtkIMContextInfo cedilla_info = { "cedilla", /* ID */ N_("Cedilla"), /* Human readable name */ - "gtk+", /* Translation domain */ - GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ + GETTEXT_PACKAGE, /* Translation domain */ + GTK_LOCALEDIR, /* Dir for bindtextdomain */ "az:ca:co:fr:gv:oc:pt:sq:tr:wa" /* Languages for which this module is the default */ }; |