]> Pileus Git - ~andy/gtk/blobdiff - modules/input/imthai.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / modules / input / imthai.c
index c93fcbd5921e4ce78ac31dcc99edbc7840e73bc7..586c0b81c7f485f04ee7ce477dc1af0230b70926 100644 (file)
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
  *
  */
 
-#include <config.h>
+#include "config.h"
 #include <string.h>
 
 #include <gdk/gdkkeysyms.h>
@@ -33,8 +31,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 */
 };