disable contest help and reroute getting started

This commit is contained in:
2025-08-28 12:09:20 -05:00
parent 7f5b880794
commit 17951a4d9f
2 changed files with 3 additions and 11 deletions

View File

@@ -880,6 +880,7 @@
</object>
<object class="NSMenuItem" id="441636068">
<reference key="NSMenu" ref="374024848"/>
<bool key="NSIsDisabled">YES</bool>
<string key="NSTitle">Scenario Design Contest!</string>
<string key="NSKeyEquiv"/>
<int key="NSMnemonicLoc">2147483647</int>

View File

@@ -871,14 +871,9 @@ void handle_menu_choice(eMenu item_hit) {
helpDlog = "about-scened";
isHelp = true;
break;
case eMenu::HELP_TOC:
case eMenu::HELP_TOC: case eMenu::HELP_START:
launchDocs("editor/Contents.html");
break;
case eMenu::HELP_START:
helpDlog = "help-editing";
isHelp = true;
isOutdated = true;
break;
case eMenu::HELP_TEST:
helpDlog = "help-testing";
isHelp = true;
@@ -888,11 +883,7 @@ void handle_menu_choice(eMenu item_hit) {
helpDlog = "help-distributing";
isHelp = true;
break;
case eMenu::HELP_CONTEST:
helpDlog = "help-contest";
isHelp = true;
isOutdated = true;
break;
default: break;
}
if(isEdit) {
if(!cDialog::sendInput(editKey)) {