[Commits] gettext.h 1.1.2.3 1.1.2.4

claws at claws-mail.org claws at claws-mail.org
Mon Jul 9 07:10:15 CEST 2012


Update of /home/claws-mail/plugins/vcalendar/src
In directory srv:/tmp/cvs-serv30530/src

Modified Files:
      Tag: gtk2
	gettext.h 
Log Message:
2012-07-09 [paul]	2.0.13cvs1

	* src/gettext.h
		fix building with --disable-nls (bug 2692) 

Index: gettext.h
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/src/Attic/gettext.h,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- gettext.h	6 Jan 2012 14:28:33 -0000	1.1.2.3
+++ gettext.h	9 Jul 2012 05:10:13 -0000	1.1.2.4
@@ -69,7 +69,7 @@
 # define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
 
 #define _(str)		str
-
+#define D_(domain, str)	(domain, str)
 #endif
 
 /* A pseudo function call that serves as a marker for the automated



More information about the Commits mailing list