Applied patch #484508 (mostly sample warnings).

I've no idea why CVS thinks that the .mcp files have been changed - they haven't.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-11-22 12:58:44 +00:00
parent 780bb8744b
commit bbb8f29b4a
4 changed files with 41 additions and 34 deletions

View File

@@ -22,6 +22,7 @@
#endif
#include "wx/image.h"
#include "wx/sysopt.h"
#include "wx/html/htmlwin.h"
#include "wx/html/htmlproc.h"
#include "wx/fs_inet.h"
@@ -131,7 +132,8 @@ class BoldProcessor : public wxHtmlProcessor
bool MyApp::OnInit()
{
wxLog::AddTraceMask(wxT("strconv"));
wxSystemOptions::SetOption(wxT("no-maskblt"), 1);
wxInitAllImageHandlers();
#if wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
wxFileSystem::AddHandler(new wxInternetFSHandler);