mirror of
https://github.com/brl/mutter.git
synced 2025-07-03 09:43:18 +00:00
Use bind_textdomain_codeset etc.
2002-02-16 Kjartan Maraas <kmaraas@gnome.org> * src/main.c: Use bind_textdomain_codeset etc.
This commit is contained in:

committed by
Kjartan Maraas

parent
37dd796b53
commit
1feeb731c9
@ -82,6 +82,8 @@ main (int argc, char **argv)
|
||||
g_set_prgname (argv[0]);
|
||||
|
||||
bindtextdomain (GETTEXT_PACKAGE, METACITY_LOCALEDIR);
|
||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||
textdomain (GETTEXT_PACKAGE);
|
||||
|
||||
meta_set_verbose (TRUE);
|
||||
meta_set_debugging (TRUE);
|
||||
|
Reference in New Issue
Block a user