gtk+ r20061 - in branches/gtk-2-12: . modules/input



Author: matthiasc
Date: Thu May  1 14:31:57 2008
New Revision: 20061
URL: http://svn.gnome.org/viewvc/gtk+?rev=20061&view=rev

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



Modified:
   branches/gtk-2-12/ChangeLog
   branches/gtk-2-12/modules/input/imthai.c

Modified: branches/gtk-2-12/modules/input/imthai.c
==============================================================================
--- branches/gtk-2-12/modules/input/imthai.c	(original)
+++ branches/gtk-2-12/modules/input/imthai.c	Thu May  1 14:31:57 2008
@@ -33,7 +33,7 @@
 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 */
 };



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