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
This commit is contained in:
Frédéric Crozat
2003-08-22 15:26:17 +00:00
parent e8e4c2c16d
commit 0550d3f271
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-08-22 Frederic Crozat <fcrozat@mandrakesoft.com>
* gui/alarm-notify/notify-main.c: (main):
Ensure we get UTF-8 strings from gettext.
2003-08-22 Bolian Yin <bolian.yin@sun.com>
Fixes #47779

View File

@ -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);