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

Modified Files:
        wxMApp.cpp 
Log Message:
no need to reference wxInternetFSHandler from here, it must be explicitly used by HTML 
viewer

Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.292
retrieving revision 1.293
diff -b -u -2 -r1.292 -r1.293
--- wxMApp.cpp  11 Jul 2004 00:07:17 -0000      1.292
+++ wxMApp.cpp  16 Jul 2004 23:53:23 -0000      1.293
@@ -40,5 +40,4 @@
 #include <wx/ffile.h>
 #include <wx/fs_mem.h>
-#include <wx/fs_inet.h>
 #include <wx/cmdline.h>
 #include <wx/encconv.h>         // for wxEncodingConverter
@@ -994,8 +993,4 @@
 //   wxFileSystem::AddHandler(new wxZipFSHandler); // for zipped docs
 
-   // we need to reference wxInternetFSHandler or it might not be linked into
-   // the program at all when linking statically!
-   { wxInternetFSHandler inetfsh; }
-
    // this is necessary to avoid that the app closes automatically when we're
    // run for the first time and show a modal dialog before opening the main



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