Small patch for HTML help under Drawin.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -569,7 +569,7 @@ bool wxHtmlHelpData::AddBook(const wxString& book)
|
|||||||
index = wxEmptyString,
|
index = wxEmptyString,
|
||||||
charset = wxEmptyString;
|
charset = wxEmptyString;
|
||||||
|
|
||||||
#ifdef __WXMAC__
|
#if defined(__WXMAC__) && !defined(__DARWIN__)
|
||||||
if (wxIsAbsolutePath(book)) bookFull = book;
|
if (wxIsAbsolutePath(book)) bookFull = book;
|
||||||
else bookFull = wxGetCwd() + book; // no slash or dot
|
else bookFull = wxGetCwd() + book; // no slash or dot
|
||||||
wxFileName fn( bookFull );
|
wxFileName fn( bookFull );
|
||||||
|
Reference in New Issue
Block a user