Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16773/src/modules

Modified Files:
        HtmlViewer.cpp 
Log Message:
compilation fix for older wxWin

Index: HtmlViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/HtmlViewer.cpp,v
retrieving revision 1.69
retrieving revision 1.70
diff -b -u -2 -r1.69 -r1.70
--- HtmlViewer.cpp      23 Jul 2004 11:20:42 -0000      1.69
+++ HtmlViewer.cpp      23 Jul 2004 17:23:25 -0000      1.70
@@ -1167,5 +1167,6 @@
    m_window->SetPage(m_htmlText);
 
-#if defined(wxCHECK_VERSION_FULL) && wxCHECK_VERSION_FULL(2, 5, 2, 1)
+#if defined(wxCHECK_VERSION_FULL)
+#if 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
@@ -1183,4 +1184,5 @@
    }
 #endif // wx >= 2.5.2
+#endif
 }
 



-------------------------------------------------------
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

Reply via email to