[Commits] gettext.h 1.1.2.2 1.1.2.3

Andrej Kacian andrej at kacian.sk
Tue Jul 10 18:53:46 CEST 2012


On Mon, 09 Jul 2012 05:08:52 +0000
claws at claws-mail.org wrote:

> @@ -69,7 +69,7 @@
>  # define bind_textdomain_codeset(Domainname, Codeset) ((const char *)
> (Codeset)) 
>  #define _(str)		str
> -
> +#define D_(domain, str)	(domain, str)
>  #endif

Shouldn't this be...

#define D_(domain, str) (str)

...instead, in case of disabled NLS?

-- 
Andrej Kacian


More information about the Commits mailing list