From: Andrea Zagli Date: Mon, 19 Oct 2009 13:37:25 +0000 (+0200) Subject: Another bugfix for localization on windows. X-Git-Tag: 0.1.0~9 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=68807fd56f41aa61747e31312f9a5cb3276e5b34;p=libgtkform Another bugfix for localization on windows. --- diff --git a/ChangeLog b/ChangeLog index 28cd6fd..efd75de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,15 @@ +commit 4cb4bfb22a273451502dc5094143e1fd23b5f42f +Author: Andrea Zagli +Date: 2009-10-18 + + Missing some test files on tarball creation. + +M ChangeLog +M test/Makefile.am + commit 3323d514d60db6e8a81416df72e9d0b32d306985 Author: Andrea Zagli -Date: 2009-10-17 +Date: 2009-10-17 Bugfix to enable localization. diff --git a/src/form.c b/src/form.c index 62e887b..a6301cb 100644 --- a/src/form.c +++ b/src/form.c @@ -134,6 +134,7 @@ GtkForm setlocale (LC_ALL, ""); bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); textdomain (GETTEXT_PACKAGE); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); return GTK_FORM (g_object_new (gtk_form_get_type (), NULL)); }