diff options
author | Brian Cameron <brian.cameron@sun.com> | 2005-05-17 02:52:51 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2005-05-17 02:52:51 +0000 |
commit | 02e6401d4f09bd3d65c8b2c8b72a4f014492b497 (patch) | |
tree | acfa432d875b1183e08be60502b55315b3449cc3 /daemon/errorgui.c | |
parent | 32d37764269e51f359c961bb44c8f2e45d0645e4 (diff) | |
download | gdm-02e6401d4f09bd3d65c8b2c8b72a4f014492b497.tar.gz |
Now use gi18n.h instead of libgnome header files to get access to
2005-05-16 Brian Cameron <brian.cameron@sun.com>
* Now use gi18n.h instead of libgnome header files to get
access to translation code. libgnome is still used in
vicious-extensions, so this still needs to be cleaned up
before bug #117889 is fully fixed.
* configure.in: Backed out adding zh_HK to
ALL_LINGUAS since it breaks the build.
Diffstat (limited to 'daemon/errorgui.c')
-rw-r--r-- | daemon/errorgui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/errorgui.c b/daemon/errorgui.c index 066658e7..e0769b5f 100644 --- a/daemon/errorgui.c +++ b/daemon/errorgui.c @@ -20,7 +20,7 @@ * and the user's session scripts. */ #include <config.h> -#include <libgnome/libgnome.h> +#include <glib/gi18n.h> #include <gtk/gtk.h> #include <gdk/gdkx.h> #include <unistd.h> |