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