diff options
author | George Lebl <jirka@5z.com> | 2002-01-22 02:50:45 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2002-01-22 02:50:45 +0000 |
commit | a28569fe9d8e7aa542731797b09a4063d57b84b0 (patch) | |
tree | ef8478d328e1de44f01133a8bddb475d98873b0e /acconfig.h | |
parent | 6d507ba54dc5e6df37a1f59f28a8b0ab56a63536 (diff) | |
download | gdm-a28569fe9d8e7aa542731797b09a4063d57b84b0.tar.gz |
use GETTEXT_PACKAGE
Mon Jan 21 19:14:28 2002 George Lebl <jirka@5z.com>
* acconfig.h, configure.in: use GETTEXT_PACKAGE
* daemon/gdm.c, daemon/misc.[ch], daemon/verify-pam.c,
daemon/server.c, daemon/slave.c, daemon/display.c:
When displaying something on a console display it only
when the console is UTF-8, which is only true if
"gdmopen vt-is-UTF8 -q" returns 0 status. Else don't
actually translate anything and just print out the english/ASCII
version.
* daemon/verify-pam.c: Better check for existance of the pam
gdm configuration
* daemon/gdm.c, gui/gdmXnestchooser.c, gui/gdmchooser.c,
gui/gdmconfig.c, gui/gdmflexiserver.c, gui/gdmlogin.c,
gui/gdmphotosetup.c: property bind gettext stuff and make
sure we correctly set it up for UTF-8
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,3 +24,4 @@ #undef EXPANDED_AUTHDIR #undef EXPANDED_SYSCONFDIR #undef EXPANDED_SESSDIR +#undef GETTEXT_PACKAGE |