[gtk+] Use a honestly bogus GTK_LOCALEDIR in config.h.win32.in



commit b3bd16e8bb9d78a55b6c0e6f6cb0bdd8d4f111ba
Author: Tor Lillqvist <tml iki fi>
Date:   Mon Apr 12 13:44:59 2010 +0300

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index 3974e9f..dec0d03 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]