CF_NO_GETTEXT

Wed, 20 Jun 2007 22:24:09 +0200

author
Tuomo Valkonen <tuomov@iki.fi>
date
Wed, 20 Jun 2007 22:24:09 +0200
changeset 112
ccc57312b8d0
parent 111
7d1dccdd7215
child 113
0f2da6be13b1

CF_NO_GETTEXT

locale.h file | annotate | diff | comparison | revisions
private.h file | annotate | diff | comparison | revisions
util.c file | annotate | diff | comparison | revisions
--- a/locale.h	Sun May 06 16:05:59 2007 +0200
+++ b/locale.h	Wed Jun 20 22:24:09 2007 +0200
@@ -10,7 +10,7 @@
 #ifndef LIBTU_LOCALE_H
 #define LIBTU_LOCALE_H
 
-#ifdef CF_NO_LOCALE
+#ifdef CF_NO_GETTEXT
 
 #define TR(X) X
 #define DUMMY_TR(X) X
--- a/private.h	Sun May 06 16:05:59 2007 +0200
+++ b/private.h	Wed Jun 20 22:24:09 2007 +0200
@@ -10,7 +10,7 @@
 #ifndef LIBTU_PRIVATE_H
 #define LIBTU_PRIVATE_H
 
-#ifndef CF_NO_LOCALE
+#ifndef CF_NO_GETTEXT
 
 #include <libintl.h>
 
--- a/util.c	Sun May 06 16:05:59 2007 +0200
+++ b/util.c	Wed Jun 20 22:24:09 2007 +0200
@@ -24,7 +24,7 @@
 {
     progname=argv0;
 
-#ifndef CF_NO_LOCALE
+#ifndef CF_NO_GETTEXT
     textdomain(simple_basename(argv0));
 #endif
 }

mercurial