From e539327e08bd191c4aaebb55fbd1aaa0003b21b7 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sat, 27 Jun 2015 08:45:59 -0400 Subject: [PATCH] Go to Contents instead of About for scenario editor help --- src/scenedit/scen.main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scenedit/scen.main.cpp b/src/scenedit/scen.main.cpp index 5f81a32c..dabb330e 100644 --- a/src/scenedit/scen.main.cpp +++ b/src/scenedit/scen.main.cpp @@ -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";