[gcalctool] Fix bug stopping translations from working (Gert Kulyk, Bug #614489)



commit fdb4cd758ba0366f8831d4b4552e263ec812679c
Author: Robert Ancell <robert ancell gmail com>
Date:   Thu Apr 1 09:17:53 2010 +1100

    Fix bug stopping translations from working (Gert Kulyk, Bug #614489)

 NEWS            |    2 ++
 src/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6d0654d..2972246 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,8 @@ Overview of changes in gcalctool 5.31.1
     
     * Add colours to buttons
 
+    * Fix bug stopping translations from working (Gert Kulyk, Bug #614489)
+
 Overview of changes in gcalctool 5.30.0
 
     * Fix errors in variable exponents (e.g. xy²)
diff --git a/src/Makefile.am b/src/Makefile.am
index c256a54..6b22fb7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ bin_PROGRAMS = gcalctool gcalccmd
 
 INCLUDES = \
 	-DUI_DIR=\""$(datadir)/gcalctool"\" \
-	-DLOCALE_DIR=\""$(localdir)"\" \
+	-DLOCALE_DIR=\""$(localedir)"\" \
     -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
 	$(GCALCTOOL_CFLAGS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]