diff options
-rw-r--r-- | e-util/e-i18n.h | 10 |
1 files 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__ */ |