]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/net/email.h
use CXXFLAGS instead of CFLAGS in several places now that the tests are done using...
[wxWidgets.git] / contrib / include / wx / net / email.h
index 173e5e1847d24aa8ebb7b37a163f69aa5937db5d..fd7a7b1a4107197493b6e70b411c69726aceec2a 100644 (file)
@@ -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:
 };