mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
call bind_textdomain_codeset(), fix from Yukihiro Nakai bug #121743
2003-09-30 Havoc Pennington <hp@redhat.com> * src/tools/metacity-message.c (main): call bind_textdomain_codeset(), fix from Yukihiro Nakai bug #121743
This commit is contained in:

committed by
Havoc Pennington

parent
7eb5a67b3d
commit
7c80b0a335
@ -155,6 +155,8 @@ usage (void)
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||
|
||||
gtk_init (&argc, &argv);
|
||||
|
||||
if (argc < 2)
|
||||
|
Reference in New Issue
Block a user