X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e66ad5c68db10fd4f7d8dd043dcbeba98f2f17f3..afff720b28d92364a9d88e214deddf831a60c1c2:/samples/help/demo.cpp?ds=sidebyside diff --git a/samples/help/demo.cpp b/samples/help/demo.cpp index e138ef8a61..e4b02bca0e 100644 --- a/samples/help/demo.cpp +++ b/samples/help/demo.cpp @@ -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