aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-i18n.h
diff options
context:
space:
mode:
authorGary Coady <garycoady@ubuntu.com>2006-06-09 03:46:26 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-06-09 03:46:26 +0800
commit99587466db9866543fb05aeada5ff84e9650004f (patch)
treebb3aeb7aa90d80693afb916c65c2e523d0fc2ade /e-util/e-i18n.h
parent50abf04d9bd4b17d9c3bf72298fc442670bad2e1 (diff)
downloadgsoc2013-evolution-99587466db9866543fb05aeada5ff84e9650004f.tar
gsoc2013-evolution-99587466db9866543fb05aeada5ff84e9650004f.tar.gz
gsoc2013-evolution-99587466db9866543fb05aeada5ff84e9650004f.tar.bz2
gsoc2013-evolution-99587466db9866543fb05aeada5ff84e9650004f.tar.lz
gsoc2013-evolution-99587466db9866543fb05aeada5ff84e9650004f.tar.xz
gsoc2013-evolution-99587466db9866543fb05aeada5ff84e9650004f.tar.zst
gsoc2013-evolution-99587466db9866543fb05aeada5ff84e9650004f.zip
Use the correct gettext domain for translations. Fixes bug #333003.
2006-06-08 Gary Coady <garycoady@ubuntu.com> * e-i18n.h: Use the correct gettext domain for translations. Fixes bug #333003. (Committed by Andre Klapper) svn path=/trunk/; revision=32098
Diffstat (limited to 'e-util/e-i18n.h')
-rw-r--r--e-util/e-i18n.h2
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