diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-02 10:54:56 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-02 10:54:56 +0000 |
commit | c56943d3cdd1ef2002836d7a0699fec0732c021e (patch) | |
tree | f3d01e2110040eb83ed5c08b58dcfb2e42419f37 /modules/input | |
parent | d44d7870943cddc5a8d8b0dfcf640e5b5f9ea4d9 (diff) | |
download | gtk+-c56943d3cdd1ef2002836d7a0699fec0732c021e.tar.gz |
use GETTEXT_PACKAGE instead of "gtk20".
2008-05-02 Michael Natterer <mitch@imendio.com>
* modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20".
svn path=/trunk/; revision=20066
Diffstat (limited to 'modules/input')
-rw-r--r-- | modules/input/imthai.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/input/imthai.c b/modules/input/imthai.c index c93fcbd592..18d88b4796 100644 --- a/modules/input/imthai.c +++ b/modules/input/imthai.c @@ -33,8 +33,8 @@ GType type_thai = 0; static const GtkIMContextInfo thai_info = { "thai", /* ID */ N_("Thai-Lao"), /* Human readable name */ - "gtk20", /* Translation domain */ - GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ + GETTEXT_PACKAGE, /* Translation domain */ + GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "lo:th" /* Languages for which this module is the default */ }; |