[Commits] gettext.h 1.1.2.2 1.1.2.3

claws at claws-mail.org claws at claws-mail.org
Mon Jul 9 07:08:52 CEST 2012


Update of /home/claws-mail/plugins/rssyl/src
In directory srv:/tmp/cvs-serv27476/src

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

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

Index: gettext.h
===================================================================
RCS file: /home/claws-mail/plugins/rssyl/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 14:28:48 -0000	1.1.2.2
+++ gettext.h	9 Jul 2012 05:08:49 -0000	1.1.2.3
@@ -3,7 +3,7 @@
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU Library General Public License as published
-   by the Free Software Foundation; either version 2, or (at your option)
+   by the Free Software Foundation; either version 3, or (at your option)
    any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -26,7 +26,7 @@
 # include <libintl.h>
 
 #define _(str)		dgettext(TEXTDOMAIN, str)
-#define D_(domain, str) dgettext(domain, str)
+#define D_(domain, str)		dgettext(domain, str)
 
 #else
 
@@ -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