]> git.saurik.com Git - wxWidgets.git/commitdiff
modified samples/html/test so that it loads inet fs handler
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 6 Nov 1999 15:25:06 +0000 (15:25 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 6 Nov 1999 15:25:06 +0000 (15:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/html/test/test.cpp

index f40f567cc71153eea4b3001a97f41f31cebf83ff..ed81723f0ba061f5616020112f0beccd61d66a30 100644 (file)
      #if wxUSE_GIF
      wxImage::AddHandler(new wxGIFHandler);
      #endif
+     #if wxUSE_FS_INET
+     wxFileSystem::AddHandler(new wxInternetFSHandler);
+     #endif
     // Create the main application window
       MyFrame *frame = new MyFrame("wxHtmlWindow testing application",
          wxPoint(50, 50), wxSize(640, 480));