X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..2f36e8dce5df017e609309190bc94fd45bad5293:/include/wx/help.h?ds=sidebyside

diff --git a/include/wx/help.h b/include/wx/help.h
index 267a4b4d13..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,9 +27,9 @@
 
     #define wxHelpController wxPalmHelpController
 #elif defined(__WXMSW__)
-    #include "wx/msw/helpwin.h"
+    #include "wx/msw/helpchm.h"
 
-    #define wxHelpController wxWinHelpController
+    #define wxHelpController wxCHMHelpController
 #else // !MSW
 
 #if wxUSE_WXHTML_HELP