Globally replace vadim@wxwindows.org with vadim@wxwidgets.org
The old email address is invalid since many years and shouldn't be used any longer. No real changes.
This commit is contained in:
@@ -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
|
||||
|
@@ -3,7 +3,7 @@
|
||||
// Purpose: wxWidgets power management sample
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 2006-05-27
|
||||
// Copyright: (C) 2006 Vadim Zeitlin <vadim@wxwindows.org>
|
||||
// Copyright: (C) 2006 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
Reference in New Issue
Block a user