]> git.saurik.com Git - wxWidgets.git/commitdiff
Small correction
authorJulian Smart <julian@anthemion.co.uk>
Fri, 24 Aug 2001 08:58:11 +0000 (08:58 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 24 Aug 2001 08:58:11 +0000 (08:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/helpinst.tex

index 7aae0d97e7ada32e36a4b62ed3613d00d729b137..0d35f20d4ef630113f44cc70a6ad0cfb4614eb55 100644 (file)
@@ -32,7 +32,7 @@ There are currently the following help controller classes defined:
 \begin{itemize}\itemsep=0pt
 \item wxWinHelpController, for controlling Windows Help.
 \item wxCHMHelpController, for controlling MS HTML Help. To use this, you need to set wxUSE\_MS\_HTML\_HELP
-to 0 in setup.h, and link your application with Microsoft's htmlhelp.lib. Currently VC++ only.
+to 1 in setup.h, and link your application with Microsoft's htmlhelp.lib. Currently VC++ only.
 \item wxExtHelpController, for controlling external browsers under Unix.
 The default browser is Netscape Navigator. The 'help' sample shows its use.
 \item wxHelpControllerHtml, using \helpref{wxHTML}{wxhtml} to display help. See {\tt wx/helpwxht.h} for