]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/help/demo.cpp
Fixing commit problem
[wxWidgets.git] / samples / help / demo.cpp
index e138ef8a616c42b1039adb21a4617e577bacc4cb..e4b02bca0e1a4ffe21b11c2f0d8dd4cdff219852 100644 (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