[Commits] gettext.h 1.1.2.2 1.1.2.3
holger at claws-mail.org
holger at claws-mail.org
Mon Feb 13 14:24:21 CET 2012
Update of /home/claws-mail/plugins/gdata/src
In directory srv:/tmp/cvs-serv12024/src
Modified Files:
Tag: gtk2
gettext.h
Log Message:
2012-02-13 [holger] 0.3cvs7
* src/gettext.h
Fix compile with --disable-nls
Index: gettext.h
===================================================================
RCS file: /home/claws-mail/plugins/gdata/src/Attic/gettext.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- gettext.h 4 Jan 2012 19:34:24 -0000 1.1.2.2
+++ gettext.h 13 Feb 2012 13:24:19 -0000 1.1.2.3
@@ -69,6 +69,7 @@
# define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
#define _(str) str
+#define D_(domain, str) str
#endif
More information about the Commits
mailing list