git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41882
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/sstream.h"
#include "wx/html/htmlwin.h"
#include "wx/sstream.h"
#include "wx/html/htmlwin.h"
+#if wxUSE_HELP
+#include "wx/cshelp.h"
+#endif
+
#ifndef __WXMSW__
#include "../sample.xpm"
#endif
#ifndef __WXMSW__
#include "../sample.xpm"
#endif
// 'Main program' equivalent: the program execution "starts" here
bool MyApp::OnInit()
{
// 'Main program' equivalent: the program execution "starts" here
bool MyApp::OnInit()
{
+#if wxUSE_HELP
+ wxHelpProvider::Set(new wxSimpleHelpProvider);
+#endif
+
m_styleSheet = new wxRichTextStyleSheet;
CreateStyles();
m_styleSheet = new wxRichTextStyleSheet;
CreateStyles();