]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/help/help.cpp
let the sample display existing page on start
[wxWidgets.git] / samples / html / help / help.cpp
index a5169d92aa66f9883b16cf370bc01a7099411fa9..0cde485388dd07b68081bd771ec164862e705b31 100644 (file)
 
    void MyFrame::OnHelp(wxCommandEvent& WXUNUSED(event))
    {
-       help.Display("Main page");
+       help.Display("Test HELPFILE");
    }
 
    void MyFrame::OnClose(wxCloseEvent& event)