mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
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:
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>
|
||||
|
||||
* gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard):
|
||||
|
@ -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 */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user