/////////////////////////////////////////////////////////////////////////////
// Name: helpview.cpp
// Purpose: wxHtml help browser
+// Please note: see utils/helpview for a more fully-featured
+// standalone help browser.
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#include "wx/wxhtml.h"
#include "wx/fs_zip.h"
#include "wx/log.h"
+#include "wx/filedlg.h"
// ----------------------------------------------------------------------------
// private classes
wxConfig::Get(); // create an instance
help = new wxHtmlHelpController;
-
+
if (argc < 2) {
wxLogError(wxT("Usage : helpview <helpfile> [<more helpfiles>]"));
wxLogError(wxT(" helpfile may be .hhp, .zip or .htb"));