/////////////////////////////////////////////////////////////////////////////
-// 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
/////////////////////////////////////////////////////////////////////////////
#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