From 190173bc442a0eab808f4d2c8a18a1f932e92547 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sun, 25 Oct 2020 15:46:48 -0400 Subject: [PATCH] - add 'writeini' console command to the menu. Not committing this to master right now, since a release is pending and this requires a translation. --- wadsrc/static/menudef.simplified | 2 +- wadsrc/static/menudef.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wadsrc/static/menudef.simplified b/wadsrc/static/menudef.simplified index 92ed05005dc..a37e36164c6 100644 --- a/wadsrc/static/menudef.simplified +++ b/wadsrc/static/menudef.simplified @@ -1,6 +1,6 @@ // this file has the simplified menu here. // this file is *only* for options that are relevant to a novice user of GZDoom -// this file needs to be regularly pruned, with options coalesced as much as possible. any and all verbosity should go to the classic menus. +// this file needs to be regularly pruned, with options coalesced as much as possible. any and all verbosity should go to the "full" menus. OptionMenu "OptionsMenuSimple" protected { diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 502484d3236..965d112547d 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -385,8 +385,10 @@ OptionMenu "OptionsMenu" protected Option "$OPTMNU_SIMPLEON", "m_simpleoptions", "OnOff" StaticText " " - SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults" + SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults" SafeCommand "$OPTMNU_RESETTOSAVED", "reset2saved" + SafeCommand "$OPTMNU_WRITEINI", "writeini" + Command "$OPTMNU_CONSOLE", "menuconsole" StaticText " " }