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:

committed by
Michael Natterer

parent
d44d787094
commit
c56943d3cd
@ -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>
|
2008-05-01 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard):
|
* gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard):
|
||||||
|
@ -33,8 +33,8 @@ GType type_thai = 0;
|
|||||||
static const GtkIMContextInfo thai_info = {
|
static const GtkIMContextInfo thai_info = {
|
||||||
"thai", /* ID */
|
"thai", /* ID */
|
||||||
N_("Thai-Lao"), /* Human readable name */
|
N_("Thai-Lao"), /* Human readable name */
|
||||||
"gtk20", /* Translation domain */
|
GETTEXT_PACKAGE, /* Translation domain */
|
||||||
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
|
GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */
|
||||||
"lo:th" /* Languages for which this module is the default */
|
"lo:th" /* Languages for which this module is the default */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user