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:
Kjartan Maraas 2002-02-16 14:32:16 +00:00 committed by Kjartan Maraas
parent 37dd796b53
commit 1feeb731c9
6 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-16 Kjartan Maraas <kmaraas@gnome.org>
* src/main.c: Use bind_textdomain_codeset etc.
2002-02-14 Havoc Pennington <hp@pobox.com>
* src/theme-viewer.c: use the preview widget here

View File

@ -3,3 +3,5 @@ Makefile.in
Makefile
.deps
metacity
metacity-theme-viewer
testgradient

View File

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

2
src/themes/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makefile.in

4
src/tools/.cvsignore Normal file
View File

@ -0,0 +1,4 @@
Makefile
Makefile.in
metacity-message
metacity-window-demo

6
src/wm-tester/.cvsignore Normal file
View File

@ -0,0 +1,6 @@
Makefile
Makefile.in
focus-window
test-gravity
test-resizing
wm-tester