diff --git a/ChangeLog b/ChangeLog index 7821629779..1dd72b3bf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-02 Michael Natterer + + * modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20". + 2008-05-01 Richard Hult * gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard): 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 */ };