X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c663fbea6851207b4e0ac3e362868c23b1494a46..be5a51fb592f3fa2ba38ac6cd1e488d6d806058c:/contrib/include/wx/net/email.h?ds=sidebyside diff --git a/contrib/include/wx/net/email.h b/contrib/include/wx/net/email.h index 50573d8014..173e5e1847 100644 --- a/contrib/include/wx/net/email.h +++ b/contrib/include/wx/net/email.h @@ -32,7 +32,7 @@ public: //// Operations // Send a message. - // Specify profile, or leave it to wxWindows to find the current user name + // Specify profile, or leave it to wxWidgets to find the current user name static bool Send(wxMailMessage& message, const wxString& profileName = wxEmptyString, const wxString& sendMail = wxT("/usr/lib/sendmail -t"));