From 88ff9430d696e153d639a31c3217167396da7c02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 4 Jun 2004 12:43:59 +0000 Subject: [PATCH] Use correct help system. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/configtool/src/wxconfigtool.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/configtool/src/wxconfigtool.cpp b/utils/configtool/src/wxconfigtool.cpp index 2750da15d0..65efe5bd58 100644 --- a/utils/configtool/src/wxconfigtool.cpp +++ b/utils/configtool/src/wxconfigtool.cpp @@ -25,6 +25,7 @@ #include "wx/menuitem.h" #include "wx/tooltip.h" #include "wx/cshelp.h" +#include "wx/helphtml.h" #include "wx/html/htmprint.h" #include "wx/html/htmlwin.h" #include "wx/filesys.h" @@ -73,7 +74,7 @@ bool ctApp::OnInit(void) wxImage::AddHandler( new wxGIFHandler ); #endif -#ifdef __WXMSW__ +#if wxUSE_MS_HTML_HELP && !defined(__WXUNIVERSAL__) m_helpController = new wxCHMHelpController; m_helpControllerReference = new wxCHMHelpController; #else -- 2.50.0