diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/egg/eggintl.h | 4 |
2 files changed, 10 insertions, 0 deletions
@@ -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__ */ |