help sample useful again

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-02-18 16:57:47 +00:00
parent aadaf84128
commit 86fe74c5cd
3 changed files with 70 additions and 5 deletions

View File

@@ -236,10 +236,10 @@ void MyFrame::OnHelp(wxCommandEvent& event)
m_help.DisplaySection(1);
break;
case HelpDemo_Help_Functions:
m_help.DisplaySection(4);
m_help.DisplaySection(2);
break;
case HelpDemo_Help_Help:
m_help.DisplaySection(5);
m_help.DisplaySection(3);
break;
// These three calls are only used by wxExtHelpController