From 282c5a057f30c800298594467a11778e1ae63e1f Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 5 Feb 2001 00:26:13 +0000 Subject: Revert last patch svn path=/trunk/; revision=7964 --- e-util/e-i18n.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/e-util/e-i18n.h b/e-util/e-i18n.h index 33e53cdaee..9a64b9c86a 100644 --- a/e-util/e-i18n.h +++ b/e-util/e-i18n.h @@ -34,8 +34,14 @@ # define N_(String) (String) #endif -#ifndef __GNOME_I18N_H__ +/* + * Do not remove the following define, nor do surround it with ifdefs. + * + * If you get any `redefined' errors, it means that you are including + * -incorrectly- a header file provided by gnome-libs before this file. + * To correctly solve this issue include this file before any libgnome/ + * libgnomeui headers + */ #define __GNOME_I18N_H__ 1 -#endif #endif /* __E_I18N_H__ */ -- cgit v1.2.3