summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-02 10:54:56 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-02 10:54:56 +0000
commitc56943d3cdd1ef2002836d7a0699fec0732c021e (patch)
treef3d01e2110040eb83ed5c08b58dcfb2e42419f37 /modules
parentd44d7870943cddc5a8d8b0dfcf640e5b5f9ea4d9 (diff)
downloadgdk-pixbuf-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')
-rw-r--r--modules/input/imthai.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/input/imthai.c b/modules/input/imthai.c
index c93fcbd59..18d88b479 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 */
};