X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/help.h diff --git a/include/wx/help.h b/include/wx/help.h index 267a4b4d13..5dbb79b308 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 ///////////////////////////////////////////////////////////////////////////// @@ -22,14 +22,10 @@ #include "wx/msw/wince/helpwce.h" #define wxHelpController wxWinceHelpController -#elif defined(__WXPALMOS__) - #include "wx/palmos/help.h" - - #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