[gcalctool/gnome-2-30] Fix bug stopping translations from working (Gert Kulyk, Bug #614489)



commit aa2a5525a5d70688c3449b2dadcbc0e4f2968871
Author: Robert Ancell <robert ancell gmail com>
Date:   Thu Apr 1 09:15:08 2010 +1100

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

 NEWS            |    4 ++++
 src/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 120e954..ad4d3c9 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@
  *  All Rights Reserved.
  */
  
+Overview of changes in gcalctool 5.30.1
+
+    * 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]