]> Pileus Git - ~andy/gtk/commitdiff
use GETTEXT_PACKAGE instead of "gtk20".
authorMichael Natterer <mitch@imendio.com>
Fri, 2 May 2008 10:54:56 +0000 (10:54 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 2 May 2008 10:54:56 +0000 (10:54 +0000)
2008-05-02  Michael Natterer  <mitch@imendio.com>

* modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20".

svn path=/trunk/; revision=20066

ChangeLog
modules/input/imthai.c

index 782162977959d96d212fff0d663c364c8bed50a2..1dd72b3bf17787748235e3f48054244ef78570c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index c93fcbd5921e4ce78ac31dcc99edbc7840e73bc7..18d88b479684a47d3109ee0b9917883e1b2e0fec 100644 (file)
@@ -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 */
 };