mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05: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:
parent
7eb5a67b3d
commit
7c80b0a335
@ -1,3 +1,8 @@
|
||||
2003-09-30 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* src/tools/metacity-message.c (main): call
|
||||
bind_textdomain_codeset(), fix from Yukihiro Nakai bug #121743
|
||||
|
||||
2003-07-28 Rached Ben Mustapha <rached@benmur.net>
|
||||
|
||||
Fix bug #118428
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user