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

diff --git a/include/wx/help.h b/include/wx/help.h
index 440ba187f5..2bbf133418 100644
--- a/include/wx/help.h
+++ b/include/wx/help.h
@@ -4,7 +4,7 @@
 // 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