X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5fae57de3aac82d13204d825e2901cdd45c1adda..c18353e5613042ac89a72d9762f481fb0ed6e5d2:/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