summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2016-09-29 20:45:41 +0200
committerMilan Crha <mcrha@redhat.com>2016-09-29 20:45:41 +0200
commit5dde7e4122a7d6da995ed5cd7a4475a3cb84cb2a (patch)
tree6c4dd6900b081e1309acaf2607c2a0dce4cb7f56
parent385f0bf6f557b3e46e07ee82003389cd577d81d3 (diff)
downloadevolution-data-server-5dde7e4122a7d6da995ed5cd7a4475a3cb84cb2a.tar.gz
Correct GETTEXT_PACKAGE definition in config.h.in
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index e7e4ceef5..08f02900f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -16,7 +16,7 @@
#define BASE_VERSION "@BASE_VERSION@"
/* Package name for gettext */
-#define GETTEXT_PACKAGE "@PROJECT_NAME@-@BASE_VERSION@"
+#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
/* D-Bus service name for the address book factory */
#define ADDRESS_BOOK_DBUS_SERVICE_NAME "@ADDRESS_BOOK_DBUS_SERVICE_NAME@"