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:
@ -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
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user