mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05: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:
parent
37dd796b53
commit
1feeb731c9
@ -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>
|
2002-02-14 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/theme-viewer.c: use the preview widget here
|
* src/theme-viewer.c: use the preview widget here
|
||||||
|
@ -3,3 +3,5 @@ Makefile.in
|
|||||||
Makefile
|
Makefile
|
||||||
.deps
|
.deps
|
||||||
metacity
|
metacity
|
||||||
|
metacity-theme-viewer
|
||||||
|
testgradient
|
||||||
|
@ -82,6 +82,8 @@ main (int argc, char **argv)
|
|||||||
g_set_prgname (argv[0]);
|
g_set_prgname (argv[0]);
|
||||||
|
|
||||||
bindtextdomain (GETTEXT_PACKAGE, METACITY_LOCALEDIR);
|
bindtextdomain (GETTEXT_PACKAGE, METACITY_LOCALEDIR);
|
||||||
|
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||||
|
textdomain (GETTEXT_PACKAGE);
|
||||||
|
|
||||||
meta_set_verbose (TRUE);
|
meta_set_verbose (TRUE);
|
||||||
meta_set_debugging (TRUE);
|
meta_set_debugging (TRUE);
|
||||||
|
2
src/themes/.cvsignore
Normal file
2
src/themes/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
4
src/tools/.cvsignore
Normal file
4
src/tools/.cvsignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
metacity-message
|
||||||
|
metacity-window-demo
|
6
src/wm-tester/.cvsignore
Normal file
6
src/wm-tester/.cvsignore
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
focus-window
|
||||||
|
test-gravity
|
||||||
|
test-resizing
|
||||||
|
wm-tester
|
Loading…
Reference in New Issue
Block a user