Register the right translation domain.

* modules/imput/imthai.c: Register the right translation domain.


svn path=/trunk/; revision=20060
This commit is contained in:
Matthias Clasen 2008-05-01 14:03:35 +00:00
parent a2ea6b7570
commit 1c12277966
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-05-01 Matthias Clasen <mclasen@redhat.com>
* modules/imput/imthai.c: Register the right translation domain.
2008-04-30 Matthias Clasen <mclasen@redhat.com>
Bug 529386 Printing options hidden by blacklisted option

View File

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