Anton Bolling - 2013-05-11

New help finder code points them back to these forums; old help file has been disabled.
Anton

void CMainFrame::OnHelpFinder()
{
CString helppath;
helppath = "https://sourceforge.net/p/mm2k13/discussion";
//"file://" + MMFileUtils::fixPath("helphtml\index.html");
ShellExecute(NULL, NULL, helppath, NULL, NULL,SW_SHOW);
}