From b2d1bc21c5ab363ff54e6c82c2e5a50904dfc089 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 15 Nov 2001 15:49:12 +0000 Subject: [PATCH] Small patch for HTML help under Drawin. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/helpdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/helpdata.cpp b/src/html/helpdata.cpp index a3b76378e9..beb05d3d65 100644 --- a/src/html/helpdata.cpp +++ b/src/html/helpdata.cpp @@ -569,7 +569,7 @@ bool wxHtmlHelpData::AddBook(const wxString& book) index = wxEmptyString, charset = wxEmptyString; -#ifdef __WXMAC__ +#if defined(__WXMAC__) && !defined(__DARWIN__) if (wxIsAbsolutePath(book)) bookFull = book; else bookFull = wxGetCwd() + book; // no slash or dot wxFileName fn( bookFull ); -- 2.45.2