]> git.saurik.com Git - wxWidgets.git/commitdiff
just a change in comment for wxUSE_MS_HTML_HELP
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Nov 2006 00:49:10 +0000 (00:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Nov 2006 00:49:10 +0000 (00:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/setup_inc.h

index 52d7d4a48090d21ffe6d9b492e9a6f8aaf1a6ab0..95d4256baca86eff47f080a42af96c8d0780f0f6 100644 (file)
 // Should we use MS HTML help for wxHelpController? If disabled, neither
 // wxCHMHelpController nor wxBestHelpController are available.
 //
-// Default is 1
+// Default is 1 under MSW, 0 is always used for the other platforms.
 //
 // Recommended setting: 1, only set to 0 if you have trouble compiling
 // wxCHMHelpController (could be a problem with really ancient compilers)