]> Pileus Git - ~andy/gtk/commitdiff
Use a honestly bogus GTK_LOCALEDIR in config.h.win32.in
authorTor Lillqvist <tml@iki.fi>
Mon, 12 Apr 2010 10:44:59 +0000 (13:44 +0300)
committerTor Lillqvist <tml@iki.fi>
Mon, 12 Apr 2010 10:44:59 +0000 (13:44 +0300)
Instead of something that looks like it might actually be intended to
exist.

config.h.win32.in

index 3974e9f61c7ac94820a1396983af783161cb97b5..dec0d030927b480cd6f856b21ac78d5ea6dd48ba 100644 (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