/////////////////////////////////////////////////////////////////////////////
-// Name: printing.cpp
+// Name: helpview.cpp
// Purpose: wxHtml sample: help browser
// Author: ?
// Modified by:
// Created: ?
-// RCS-ID: $Id$
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
delete wxLog::SetActiveTarget(new wxLogGui);
#endif
+ help->SetShouldPreventAppExit(true);
+
help -> DisplayContents();
return true;