From 0550d3f271efae20b7fc66f4203794632114ce28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Crozat?= Date: Fri, 22 Aug 2003 15:26:17 +0000 Subject: Ensure we get UTF-8 strings from gettext. * gui/alarm-notify/notify-main.c: (main): Ensure we get UTF-8 strings from gettext. svn path=/trunk/; revision=22334 --- calendar/gui/alarm-notify/notify-main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui') diff --git a/calendar/gui/alarm-notify/notify-main.c b/calendar/gui/alarm-notify/notify-main.c index 03ef27fd9d..20078e60fe 100644 --- a/calendar/gui/alarm-notify/notify-main.c +++ b/calendar/gui/alarm-notify/notify-main.c @@ -163,6 +163,7 @@ int main (int argc, char **argv) { bindtextdomain (GETTEXT_PACKAGE, EVOLUTION_LOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); gnome_program_init ("evolution-alarm-notify", VERSION, LIBGNOMEUI_MODULE, argc, argv, NULL); -- cgit v1.2.3