X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=po%2FMakefile.in.in;h=c995182ba28d4da7a5d62d68127bfb4e17d851b7;hp=c247a95484b6f0e548162614cf5b91fa6a10ad1f;hb=f39773ebf960bc4f7544a3beb8d362405d85cb33;hpb=474ac0bfd0b91c40bbd3538067dbe4fcbbb3d094 diff --git a/po/Makefile.in.in b/po/Makefile.in.in index c247a9548..c995182ba 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -94,6 +94,7 @@ $(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES) $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ --files-from=$(srcdir)/POTFILES.in \ + --msgid-bugs-address='twb@users.sourceforge.net' \ && test ! -f $(GETTEXT_PACKAGE).po \ || ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \ && mv $(GETTEXT_PACKAGE).po $(srcdir)/$(GETTEXT_PACKAGE).pot )