diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-10 17:38:46 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-10 17:38:46 +0000 |
commit | e07d8ace636273c3b848c5dc6bdec6b86c3b3270 (patch) | |
tree | c458dea9dd865fbc31def8d5ee3fd97108791262 /po/Makevars | |
parent | 039f8ba0951d192284395852d27c06ae7542a093 (diff) | |
download | xine-lib-e07d8ace636273c3b848c5dc6bdec6b86c3b3270.tar.gz xine-lib-e07d8ace636273c3b848c5dc6bdec6b86c3b3270.tar.bz2 |
Revert to use libxine1 as domain name, but ensure that newer gettext versions behave as intended.
CVS patchset: 8032
CVS date: 2006/06/10 17:38:46
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makevars b/po/Makevars index 574541500..b51ea1918 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,7 +1,7 @@ # Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. -DOMAIN = $(PACKAGE) +DOMAIN = $(LIBNAME) # These two variables depend on the location of this directory. subdir = po @@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Copyright (C) 2000-2006 the xine project # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. -MSGID_BUGS_ADDRESS = +MSGID_BUGS_ADDRESS = xine-devel@lists.sourceforge.net # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. |