no changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-03-11 22:44:39 +00:00
parent 046ba576a8
commit 4c6b8d9e6f

View File

@@ -596,8 +596,8 @@ void MyFrame::ShowHelp(int commandId, wxHelpControllerBase& helpController)
case HelpDemo_Best_Help_Classes: case HelpDemo_Best_Help_Classes:
helpController.DisplaySection(2); helpController.DisplaySection(2);
//helpController.DisplaySection("Classes"); // An alternative form for most controllers //helpController.DisplaySection("Classes"); // An alternative form for most controllers
break; break;
case HelpDemo_Help_Functions: case HelpDemo_Help_Functions:
case HelpDemo_Html_Help_Functions: case HelpDemo_Html_Help_Functions:
case HelpDemo_Advanced_Html_Help_Functions: case HelpDemo_Advanced_Html_Help_Functions:
@@ -605,6 +605,7 @@ void MyFrame::ShowHelp(int commandId, wxHelpControllerBase& helpController)
helpController.DisplaySection(1); helpController.DisplaySection(1);
//helpController.DisplaySection("Functions"); // An alternative form for most controllers //helpController.DisplaySection("Functions"); // An alternative form for most controllers
break; break;
case HelpDemo_Help_Help: case HelpDemo_Help_Help:
case HelpDemo_Html_Help_Help: case HelpDemo_Html_Help_Help:
case HelpDemo_Advanced_Html_Help_Help: case HelpDemo_Advanced_Html_Help_Help:
@@ -648,8 +649,6 @@ void MyFrame::ShowHelp(int commandId, wxHelpControllerBase& helpController)
case HelpDemo_Help_Netscape: case HelpDemo_Help_Netscape:
helpController.SetViewer("netscape", wxHELP_NETSCAPE); helpController.SetViewer("netscape", wxHELP_NETSCAPE);
break; break;
default:
break;
} }
} }