diff options
author | Tor Lillqvist <tml@iki.fi> | 2010-04-12 13:44:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2010-04-12 13:44:59 +0300 |
commit | b3bd16e8bb9d78a55b6c0e6f6cb0bdd8d4f111ba (patch) | |
tree | 0c49f71f9fc548a85fbb8f7da4aac73cb57af6be | |
parent | 34916b01ecb9df19300245bf4b46608a4705a7d6 (diff) | |
download | gdk-pixbuf-b3bd16e8bb9d78a55b6c0e6f6cb0bdd8d4f111ba.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.in | 2 |
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 |