-{
- wxString charset;
-#if wxUSE_FONTMAP
- if (encoding != wxFONTENCODING_SYSTEM)
- charset = wxFontMapper::Get()->GetEncodingName(encoding);
-#endif
- return AddBookParam(bookfile, charset, title, contfile, indexfile,
- deftopic, path);
-}
-#endif // WXWIN_COMPATIBILITY_2_4
-
-bool wxHtmlHelpData::AddBookParam(const wxFSFile& bookfile,
- const wxString& charset,
- const wxString& title, const wxString& contfile,
- const wxString& indexfile, const wxString& deftopic,
- const wxString& path)