aboutsummaryrefslogtreecommitdiffstats
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
parent50abf04d9bd4b17d9c3bf72298fc442670bad2e1 (diff)
downloadgsoc2013-evolution-99587466db9866543fb05aeada5ff84e9650004f.tar.gz
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
-rw-r--r--e-util/ChangeLog5
-rw-r--r--e-util/e-i18n.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 3ac20fdfb5..995c008a9b 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,8 @@
+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)
+
2006-06-02 Tor Lillqvist <tml@novell.com>
* e-util.c: Don't need the Win32-only fix_percent_l() after all,
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
> * textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1 * graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-231-1/+1 * Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0 * Return mmokhi@'s ports to the pool after his commit bit was safekept.Rene Ladan2020-12-081-1/+1 * Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-061-1/+1 * - Update sdl_gfx to 2.0.26, bump dependent ports due to shared library versio...Dmitry Marakasov2019-01-301-1/+1 * games/lincity-ng: Fix STAGEDIR misuse also cleanup and improvementsMahdi Mokhtari2019-01-032-15/+9 * - Fix dependsDmitry Marakasov2017-12-151-4/+5 * Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1 * Updating the ports I maintain to my FreeBSD.org address.Mahdi Mokhtari2017-02-111-1/+1 * Assign submitter as maintainer by requestJason Unovitch2016-05-281-1/+1 * - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-2/+2 * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-01