The old email address is invalid since many years and shouldn't be used
any longer.

No real changes.
This commit is contained in:
Vadim Zeitlin
2019-04-22 14:12:05 +02:00
parent 5d770e5cbe
commit 5488a1438f
124 changed files with 125 additions and 125 deletions

View File

@@ -100,7 +100,7 @@ public:
if ( !wxDebugReportCompress::DoProcess() )
return false;
wxMailMessage msg(GetReportName() + " crash report",
"vadim@wxwindows.org",
"vadim@wxwidgets.org",
wxEmptyString, // mail body
wxEmptyString, // from address
GetCompressedFileName(),
@@ -371,7 +371,7 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
{
wxMessageBox
(
"wxDebugReport sample\n(c) 2005 Vadim Zeitlin <vadim@wxwindows.org>",
"wxDebugReport sample\n(c) 2005 Vadim Zeitlin <vadim@wxwidgets.org>",
"wxWidgets Debug Report Sample",
wxOK | wxICON_INFORMATION,
this