Go to Contents instead of About for scenario editor help

This commit is contained in:
2015-06-27 08:45:59 -04:00
parent 95a9fa2502
commit e539327e08

View File

@@ -516,8 +516,8 @@ void handle_menu_choice(eMenu item_hit) {
break;
case eMenu::HELP_TOC:
if(fs::is_directory(progDir/"doc"))
launchURL("file://" + (progDir/"doc/editor/About.html").string());
else launchURL("https://blades.calref.net/doc/editor/About.html");
launchURL("file://" + (progDir/"doc/editor/Contents.html").string());
else launchURL("https://blades.calref.net/doc/editor/Contents.html");
break;
case eMenu::HELP_START:
helpDlog = "help-editing";