Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv30522/src/gui

Modified Files:
        wxMApp.cpp 
Log Message:
don't use zipped docs

Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.267
retrieving revision 1.268
diff -b -u -2 -r1.267 -r1.268
--- wxMApp.cpp  23 Jul 2003 23:38:38 -0000      1.267
+++ wxMApp.cpp  24 Jul 2003 00:16:59 -0000      1.268
@@ -48,5 +48,5 @@
 #include <wx/statusbr.h>
 #include <wx/fs_mem.h>
-#include <wx/fs_zip.h>
+//#include <wx/fs_zip.h> // for zipped docs
 #include <wx/fs_inet.h>
 #include <wx/cmdline.h>
@@ -956,5 +956,5 @@
    wxInitAllImageHandlers();
    wxFileSystem::AddHandler(new wxMemoryFSHandler);
-   wxFileSystem::AddHandler(new wxZipFSHandler);
+//   wxFileSystem::AddHandler(new wxZipFSHandler); // for zipped docs
 
    // we need to reference wxInternetFSHandler or it might not be linked into
@@ -1283,6 +1283,10 @@
 #ifdef OS_WIN
    helpfile += "\\Manual.chm";
-#endif // Windows
-
+#else // !Windows
+   if ( !READ_APPCONFIG(MP_HELPBROWSER_KIND) )
+   {
+      helpfile += _T("/Manual.hhp");
+   }
+#endif // Windows/!Windows
    return helpfile;
 }



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to