summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2016-03-07 10:59:14 +0100
committerKalev Lember <klember@redhat.com>2016-03-07 11:05:49 +0100
commitc82f4382912432a40669da244320a4d9f0bee2de (patch)
treef96e7a10ac8c4bdd35299d5f09e171560f9de2e4
parent78428cc8fbff50ec3c3de7670b96e673bc63bfe9 (diff)
downloadatk-c82f4382912432a40669da244320a4d9f0bee2de.tar.gz
build: Fix gettext domain after recent changes
Commit 1b11db36463116310ec2e40a7072d205a6536532 that switched the build system to use upstream gettext intead glib-gettext accidentally changed the gettext domain from atk10 to atk; this commit changes it back. https://bugzilla.gnome.org/show_bug.cgi?id=763212
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index 579ebd1..2962e5b 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 = atk10
# These two variables depend on the location of this directory.
subdir = po