Fix the email notification's fromaddr.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2008-02-05 22:38:32 +00:00
parent 274e715714
commit 58faf9dde9

View File

@ -781,7 +781,7 @@ if [ -x test_gui ]; then ./test_gui; fi
<xsl:param name="content"/>
<mailnotifier>
<defaults content="{$content}">
<fromaddr>wx-dev -at- lists.wxwidgets.org</fromaddr>
<fromaddr>noreply -at- wxsite.net</fromaddr>
</defaults>
<xsl:copy-of select="$content"/>
</mailnotifier>