diff --git a/ChangeLog b/ChangeLog index d1f90d8a72..9b9084b471 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-01 Matthias Clasen + + * modules/imput/imthai.c: Register the right translation domain. + 2008-04-30 Matthias Clasen Bug 529386 – Printing options hidden by blacklisted option diff --git a/modules/input/imthai.c b/modules/input/imthai.c index e263620108..c93fcbd592 100644 --- a/modules/input/imthai.c +++ b/modules/input/imthai.c @@ -33,7 +33,7 @@ GType type_thai = 0; static const GtkIMContextInfo thai_info = { "thai", /* ID */ N_("Thai-Lao"), /* Human readable name */ - "gtk+", /* Translation domain */ + "gtk20", /* Translation domain */ GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ "lo:th" /* Languages for which this module is the default */ };