summaryrefslogtreecommitdiff
path: root/src/menu.c
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2003-04-02 16:03:27 +0000
committerBenedikt Meurer <benny@xfce.org>2003-04-02 16:03:27 +0000
commit3e076768fe954fd7c293b16f1ea7171e26451335 (patch)
tree0770bd5eef96ff186741cf72c198b9d8902b2594 /src/menu.c
parent69a7c4b0c83fc7da088e9e5d151d6a0f56904ef2 (diff)
downloadxfwm4-3e076768fe954fd7c293b16f1ea7171e26451335.tar.gz
Updated i18n stuff (libxfce4util now provides a i18n.h).
updated X11.m4 updated xfwm4 to compile well with -Werror -Wall updated xfce-mcs-plugins and added a hint to the README for XFree86 users (Old svn revision: 11031)
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu.c b/src/menu.c
index 0e3868b9f..ac8198930 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -19,7 +19,7 @@
*/
#ifdef HAVE_CONFIG_H
-# include "config.h"
+#include <config.h>
#endif
#ifdef GDK_MULTIHEAD_SAFE
@@ -32,10 +32,10 @@
#include <gtk/gtk.h>
#include <X11/Xlib.h>
#include <unistd.h>
+#include <libxfce4util/i18n.h>
#include <libxfcegui4/libxfcegui4.h>
#include "menu.h"
#include "debug.h"
-#include "my_intl.h"
static GtkWidget *menu_open = NULL;
static MenuItem menuitems[] = {