aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/notify-main.c
diff options
context:
space:
mode:
authorFrédéric Crozat <fcrozat@src.gnome.org>2003-08-22 23:26:17 +0800
committerFrédéric Crozat <fcrozat@src.gnome.org>2003-08-22 23:26:17 +0800
commit0550d3f271efae20b7fc66f4203794632114ce28 (patch)
treeda564d15e7de391b5f16b6f4ef4ae54e0dcd9465 /calendar/gui/alarm-notify/notify-main.c
parente8e4c2c16d4dfa4e774cadb7a171f08c04b243da (diff)
downloadgsoc2013-evolution-0550d3f271efae20b7fc66f4203794632114ce28.tar
gsoc2013-evolution-0550d3f271efae20b7fc66f4203794632114ce28.tar.gz
gsoc2013-evolution-0550d3f271efae20b7fc66f4203794632114ce28.tar.bz2
gsoc2013-evolution-0550d3f271efae20b7fc66f4203794632114ce28.tar.lz
gsoc2013-evolution-0550d3f271efae20b7fc66f4203794632114ce28.tar.xz
gsoc2013-evolution-0550d3f271efae20b7fc66f4203794632114ce28.tar.zst
gsoc2013-evolution-0550d3f271efae20b7fc66f4203794632114ce28.zip
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
Diffstat (limited to 'calendar/gui/alarm-notify/notify-main.c')
-rw-r--r--calendar/gui/alarm-notify/notify-main.c1
1 files changed, 1 insertions, 0 deletions
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);