X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5fae57de3aac82d13204d825e2901cdd45c1adda..f559d1a23c71252b698badf63e4685a3abfa1712:/include/wx/help.h

diff --git a/include/wx/help.h b/include/wx/help.h
index 440ba187f5..7e414dc7d1 100644
--- a/include/wx/help.h
+++ b/include/wx/help.h
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        help.h
+// Name:        wx/help.h
 // Purpose:     wxHelpController base header
 // Author:      wxWidgets Team
 // Modified by:
 // Created:
-// Copyright:   (c) wxWidgets Team
+// Copyright:   (c) Julian Smart
 // RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -27,10 +27,9 @@
 
     #define wxHelpController wxPalmHelpController
 #elif defined(__WXMSW__)
-    #include "wx/msw/helpbest.h"
+    #include "wx/msw/helpchm.h"
 
-    // CHM or WinHelp, whichever is available
-    #define wxHelpController wxBestHelpController
+    #define wxHelpController wxCHMHelpController
 #else // !MSW
 
 #if wxUSE_WXHTML_HELP