Revision: 7315
http://mahogany.svn.sourceforge.net/mahogany/?rev=7315&view=rev
Author: vadz
Date: 2007-08-04 11:35:40 -0700 (Sat, 04 Aug 2007)
Log Message:
-----------
compilation fix for wx 2.8
Modified Paths:
--------------
trunk/M/src/mail/SendMessageCC.cpp
Modified: trunk/M/src/mail/SendMessageCC.cpp
===================================================================
--- trunk/M/src/mail/SendMessageCC.cpp 2007-08-04 18:19:05 UTC (rev 7314)
+++ trunk/M/src/mail/SendMessageCC.cpp 2007-08-04 18:35:40 UTC (rev 7315)
@@ -858,7 +858,11 @@
}
// put into string as we might want to do some more replacements...
- String encword(wxString::FromAscii(CHAR_CAST(textEnc), lenEnc));
+ String encword(wxString::FromAscii(CHAR_CAST(textEnc)
+#if wxCHECK_VERSION(2, 9, 0)
+ , lenEnc
+#endif
+ ));
// hack: rfc822_8bit() doesn't encode spaces normally but we must
// do it inside the headers
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates