]> Pileus Git - ~andy/gtk/commitdiff
Tack on "/share/locale" to GTK_LOCALEDIR so that the code in
authorTor Lillqvist <tml@novell.com>
Wed, 28 Nov 2007 01:09:54 +0000 (01:09 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 28 Nov 2007 01:09:54 +0000 (01:09 +0000)
2007-11-28  Tor Lillqvist  <tml@novell.com>

* config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so
that the code in _gtk_get_localedir() will find the slashes.

svn path=/trunk/; revision=19084

ChangeLog
config.h.win32.in

index 188bf1be21a1b2510719ab59e11699cde663fa2e..20b0d2b10f9046e9cac2f8e0740a9fdb90201555 100644 (file)
--- 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
index 202a10cfda1c3480d9f751023104cc275b5b5de3..99c00b7343bd6f762b70e23d08bfc369361f70d5 100644 (file)
@@ -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