file << m_helpDir << wxFILE_SEP_PATH << contents;
if (file.Contains(wxT('#')))
file = file.BeforeLast(wxT('#'));
file << m_helpDir << wxFILE_SEP_PATH << contents;
if (file.Contains(wxT('#')))
file = file.BeforeLast(wxT('#'));
rc = DisplaySection(WXEXTHELP_CONTENTS_ID);
// if not found, open homemade toc:
rc = DisplaySection(WXEXTHELP_CONTENTS_ID);
// if not found, open homemade toc: