summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2010-04-12 13:44:59 +0300
committerTor Lillqvist <tml@iki.fi>2010-04-12 13:46:50 +0300
commit14de4682cf66f59fc20a2516b6be3c78e82d4b5a (patch)
treef33f5b8ca3caaba81159a943d6d303f870d8df0c
parent59f5c6284833abd86fb5f2a3945ea0f4888152ef (diff)
downloadgdk-pixbuf-14de4682cf66f59fc20a2516b6be3c78e82d4b5a.tar.gz
Use a honestly bogus GTK_LOCALEDIR in config.h.win32.in
Instead of something that looks like it might actually be intended to exist.
-rw-r--r--config.h.win32.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index 3974e9f61..dec0d0309 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -15,7 +15,7 @@
#define GTK_COMPILED_WITH_DEBUGGING "yes"
/* Define the location where the catalogs will be installed */
-#define GTK_LOCALEDIR "c:/devel/target/HEAD/share/locale"
+#define GTK_LOCALEDIR "NONE/share/locale"
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#define HAVE_BIND_TEXTDOMAIN_CODESET 1