diff options
author | Frédéric Crozat <fcrozat@src.gnome.org> | 2003-08-22 23:26:17 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2003-08-22 23:26:17 +0800 |
commit | 0550d3f271efae20b7fc66f4203794632114ce28 (patch) | |
tree | da564d15e7de391b5f16b6f4ef4ae54e0dcd9465 /calendar/gui | |
parent | e8e4c2c16d4dfa4e774cadb7a171f08c04b243da (diff) | |
download | gsoc2013-evolution-0550d3f271efae20b7fc66f4203794632114ce28.tar.gz 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')
-rw-r--r-- | calendar/gui/alarm-notify/notify-main.c | 1 |
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); |