diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-01 17:56:47 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 15:19:47 +0100 |
commit | b660002db7e21ee96bebff48a73a6a4416fb5580 (patch) | |
tree | 24346625922aa121eb8d70fe33b27882053cb043 | |
parent | 33c8e58730a0429a36aae2c8ee49c6dd7a8c82e9 (diff) | |
download | pluma-b660002db7e21ee96bebff48a73a6a4416fb5580.tar.bz2 pluma-b660002db7e21ee96bebff48a73a6a4416fb5580.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 fe95bf6f..d02ece36 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. |