From 68807fd56f41aa61747e31312f9a5cb3276e5b34 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 19 Oct 2009 15:37:25 +0200 Subject: [PATCH] Another bugfix for localization on windows. --- ChangeLog | 11 ++++++++++- src/form.c | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) 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)); } -- 2.49.0