diff options
Diffstat (limited to 'e-util/e-i18n.h')
-rw-r--r-- | e-util/e-i18n.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-i18n.h b/e-util/e-i18n.h index 829b2480aa..d98afa31c8 100644 --- a/e-util/e-i18n.h +++ b/e-util/e-i18n.h @@ -48,7 +48,7 @@ G_BEGIN_DECLS # define E_I18N_DOMAIN GNOME_EXPLICIT_TRANSLATION_DOMAIN # else /* No parentheses allowed here since that breaks string concatenation. */ -# define E_I18N_DOMAIN PACKAGE +# define E_I18N_DOMAIN GETTEXT_PACKAGE # endif # define _(String) e_gettext (String) # ifdef gettext_noop |