]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/net/email.h
blind fix for Unicode key handling (patch 1615989)
[wxWidgets.git] / contrib / include / wx / net / email.h
index 2d50316206bd76410caaef7c77cab71478b0a0e1..fd7a7b1a4107197493b6e70b411c69726aceec2a 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma interface "email.h"
-#endif
-
 #ifndef _WX_EMAIL_H_
 #define _WX_EMAIL_H_
 
@@ -23,7 +19,7 @@
  * Miscellaneous email functions
  */
 
-class wxEmail
+class WXDLLIMPEXP_NETUTILS wxEmail
 {
 public:
 //// Ctor/dtor
@@ -32,9 +28,9 @@ 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"));
+        const wxString& sendMail = wxT("/usr/sbin/sendmail -t"));
     
 protected:
 };