aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lib/egg/eggintl.h4
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da135f5cd..65d2c3d7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2003-04-05 Marco Pesenti Gritti <marco@it.gnome.org>
+ * lib/egg/eggintl.h:
+
+ Include config.h. Menu translated again now.
+
+2003-04-05 Marco Pesenti Gritti <marco@it.gnome.org>
+
* src/bookmarks/ephy-bookmarks-editor.c: (view_focus_cb):
The callback return a boolean !
diff --git a/lib/egg/eggintl.h b/lib/egg/eggintl.h
index e71ef1ad7..41d2b3d43 100644
--- a/lib/egg/eggintl.h
+++ b/lib/egg/eggintl.h
@@ -1,6 +1,10 @@
#ifndef __EGG_INTL_H__
#define __EGG_INTL_H__
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <libgnome/gnome-i18n.h>
#endif /* __EGG_INTL_H__ */