diff options
author | Tor Lillqvist <tml@novell.com> | 2007-11-28 01:09:54 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2007-11-28 01:09:54 +0000 |
commit | 82b031d9e98129992f5d39f83e83c0366d6e8634 (patch) | |
tree | 50f392e47344f2cef801a6083bd8f0d9874774c2 /config.h.win32.in | |
parent | 10825b14b8964337f84769f10d799a281666e4c1 (diff) | |
download | gtk+-82b031d9e98129992f5d39f83e83c0366d6e8634.tar.gz |
Tack on "/share/locale" to GTK_LOCALEDIR so that the code in
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
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |