summaryrefslogtreecommitdiff
path: root/src/ui/theme-viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/theme-viewer.c')
-rw-r--r--src/ui/theme-viewer.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui/theme-viewer.c b/src/ui/theme-viewer.c
index 35fcdda3..e301e9b6 100644
--- a/src/ui/theme-viewer.c
+++ b/src/ui/theme-viewer.c
@@ -22,6 +22,8 @@
*/
#include <config.h>
+#include <glib/gi18n.h>
+
#include "util.h"
#include "theme.h"
#include "theme-parser.h"
@@ -31,10 +33,6 @@
#include <stdlib.h>
#include <string.h>
-#include <libintl.h>
-#define _(x) dgettext (GETTEXT_PACKAGE, x)
-#define N_(x) x
-
/* We need to compute all different button arrangements
* in terms of button location. We don't care about
* different arrangements in terms of button function.