X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..36b52591b51e425b57f60e1cbed9a51d2f5767d9:/include/wx/help.h diff --git a/include/wx/help.h b/include/wx/help.h index 267a4b4d13..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,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