From 14de4682cf66f59fc20a2516b6be3c78e82d4b5a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 12 Apr 2010 13:44:59 +0300 Subject: Use a honestly bogus GTK_LOCALEDIR in config.h.win32.in Instead of something that looks like it might actually be intended to exist. --- config.h.win32.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1