/////////////////////////////////////////////////////////////////////////////
-// Name: printing.cpp
+// Name: helpview.cpp
// Purpose: wxHtml sample: help browser
// Author: ?
// Modified by:
delete wxLog::SetActiveTarget(new wxLogGui);
#endif
+ help->SetShouldPreventAppExit(true);
+
help -> DisplayContents();
return true;