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
This commit is contained in:
Michael Natterer 2008-05-02 10:54:56 +00:00 committed by Michael Natterer
parent d44d787094
commit c56943d3cd
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-05-02 Michael Natterer <mitch@imendio.com>
* modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20".
2008-05-01 Richard Hult <richard@imendio.com>
* gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard):

View File

@ -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 */
};