From b660002db7e21ee96bebff48a73a6a4416fb5580 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 1 Jan 2014 17:56:47 +0100 Subject: [PATCH] Fix gettext --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fe95bf6..d02ece3 100644 --- a/configure.ac +++ b/configure.ac @@ -158,7 +158,7 @@ IT_PROG_INTLTOOL([0.40.0]) AC_SUBST([GETTEXT_PACKAGE], [pluma]) AM_GNU_GETTEXT_VERSION([0.17]) AM_GLIB_GNU_GETTEXT -AC_DEFINE([GETTEXT_PACKAGE],[PACKAGE_TARNAME], [Define to the gettext package name.]) +AC_DEFINE([GETTEXT_PACKAGE],[pluma], [Define to the gettext package name.]) dnl ================================================================ dnl Use gvfs metadata or the old xml file store.