gtk+ r20066 - in trunk: . modules/input



Author: mitch
Date: Fri May  2 10:54:56 2008
New Revision: 20066
URL: http://svn.gnome.org/viewvc/gtk+?rev=20066&view=rev

Log:
2008-05-02  Michael Natterer  <mitch imendio com>

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



Modified:
   trunk/ChangeLog
   trunk/modules/input/imthai.c

Modified: trunk/modules/input/imthai.c
==============================================================================
--- trunk/modules/input/imthai.c	(original)
+++ trunk/modules/input/imthai.c	Fri May  2 10:54:56 2008
@@ -33,8 +33,8 @@
 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 */
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]