Use a honestly bogus GTK_LOCALEDIR in config.h.win32.in

Instead of something that looks like it might actually be intended to
exist.
This commit is contained in:
Tor Lillqvist 2010-04-12 13:44:59 +03:00
parent 34916b01ec
commit b3bd16e8bb

View File

@ -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