Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20352/src/modules
Modified Files:
HtmlViewer.cpp
Log Message:
use wxCHECK_VERSION_FULL to check for wxHtmlWindow::ToText
Index: HtmlViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/HtmlViewer.cpp,v
retrieving revision 1.68
retrieving revision 1.69
diff -b -u -2 -r1.68 -r1.69
--- HtmlViewer.cpp 18 Jul 2004 10:26:19 -0000 1.68
+++ HtmlViewer.cpp 23 Jul 2004 11:20:42 -0000 1.69
@@ -1167,5 +1167,5 @@
m_window->SetPage(m_htmlText);
-#if wxCHECK_VERSION(2, 5, 2)
+#if defined(wxCHECK_VERSION_FULL) && wxCHECK_VERSION_FULL(2, 5, 2, 1)
// if we display HTML text, we need to let the msg view know about the text
// we have so that it could be quoted later -- normally this is done by
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates