summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--config.h.win32.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 188bf1be21..20b0d2b10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,9 @@
* gtk-zip.sh.in: Check whether the message catalogs are in
share/locale or lib/locale.
+ * config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so
+ that the code in _gtk_get_localedir() will find the slashes.
+
2007-11-28 Tor Lillqvist <tml@novell.com>
* gtk/Makefile.am: Improve portability. The -o option is present
diff --git a/config.h.win32.in b/config.h.win32.in
index 202a10cfda..99c00b7343 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -88,7 +88,7 @@
#define ENABLE_NLS 1
/* Define the location where the catalogs will be installed */
-#define GTK_LOCALEDIR "UNUSED"
+#define GTK_LOCALEDIR "UNUSED/share/locale"
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#define HAVE_BIND_TEXTDOMAIN_CODESET 1