summaryrefslogtreecommitdiff
path: root/daemon/errorgui.c
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2005-05-17 02:52:51 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-05-17 02:52:51 +0000
commit02e6401d4f09bd3d65c8b2c8b72a4f014492b497 (patch)
treeacfa432d875b1183e08be60502b55315b3449cc3 /daemon/errorgui.c
parent32d37764269e51f359c961bb44c8f2e45d0645e4 (diff)
downloadgdm-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.c2
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>