]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/help/help.cpp
applied patch 528960 (a few minor bug fixes)
[wxWidgets.git] / samples / html / help / help.cpp
index c96d603d4c1045661a56230263f2423800b37874..0cde485388dd07b68081bd771ec164862e705b31 100644 (file)
@@ -19,7 +19,7 @@
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #include "wx/wx.h"
 #endif
 
 #include "wx/image.h"
 #endif
 
 #include "wx/image.h"
 
    void MyFrame::OnHelp(wxCommandEvent& WXUNUSED(event))
    {
 
    void MyFrame::OnHelp(wxCommandEvent& WXUNUSED(event))
    {
-       help.Display("Main page");
+       help.Display("Test HELPFILE");
    }
 
    void MyFrame::OnClose(wxCloseEvent& event)
    }
 
    void MyFrame::OnClose(wxCloseEvent& event)