X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..e56f4f9e90696fed39677c3410cb18562dcf0ad2:/contrib/include/wx/net/email.h diff --git a/contrib/include/wx/net/email.h b/contrib/include/wx/net/email.h index 173e5e1847..fd7a7b1a41 100644 --- a/contrib/include/wx/net/email.h +++ b/contrib/include/wx/net/email.h @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "email.h" -#endif - #ifndef _WX_EMAIL_H_ #define _WX_EMAIL_H_ @@ -34,7 +30,7 @@ public: // Send a message. // 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")); + const wxString& sendMail = wxT("/usr/sbin/sendmail -t")); protected: };