diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-01 17:56:47 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-01 17:56:47 +0100 |
commit | dcc9eb6fc0255643791fe37b112f63b17f5d461a (patch) | |
tree | ea94b0db5e58009950db8845db33fb1d994c7cee | |
parent | 644da9c77a601ee181a00dbc24be04b08d15555c (diff) | |
download | pluma-dcc9eb6fc0255643791fe37b112f63b17f5d461a.tar.bz2 pluma-dcc9eb6fc0255643791fe37b112f63b17f5d461a.tar.xz |
Fix gettext
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index be832f71..7e4a20fd 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. |