summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2008-11-09 12:53:34 +0100
committerDanny Baumann <dannybaumann@web.de>2008-11-09 12:53:34 +0100
commita6f26ca8d5d88101d35517a1a3d2a5f13dc932dd (patch)
tree74677a7e0f35ea4ec69dfbca9e4113dcf2fa3313 /gtk
parent205ed12e5a78b0b37b4d71d5487ed92dcae1c198 (diff)
Cleanup: Use glib i18n headers.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/window-decorator/gtk-window-decorator.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/window-decorator/gtk-window-decorator.c b/gtk/window-decorator/gtk-window-decorator.c
index 0bb30870..b48266d5 100644
--- a/gtk/window-decorator/gtk-window-decorator.c
+++ b/gtk/window-decorator/gtk-window-decorator.c
@@ -41,6 +41,7 @@
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
+#include <glib/gi18n.h>
#ifdef USE_GCONF
#include <gconf/gconf-client.h>
@@ -78,10 +79,6 @@
#include <sys/types.h>
#include <signal.h>
-#include <libintl.h>
-#define _(x) gettext (x)
-#define N_(x) x
-
#ifdef USE_METACITY
#include <metacity-private/theme.h>
#endif