- fixed: VideoOptions was renamed to DisplayOptions, but its menu reference was not updated, causing a VM abort

This commit is contained in:
Rachael Alexanderson 2019-03-24 08:18:44 -04:00
parent 48cff0a617
commit 26ec0f6f17

View file

@ -377,7 +377,7 @@ OptionMenu "OptionsMenu" protected
Submenu "$OPTMNU_MISCELLANEOUS", "MiscOptions"
Submenu "$OPTMNU_NETWORK", "NetworkOptions"
Submenu "$OPTMNU_SOUND", "SoundOptions"
Submenu "$OPTMNU_DISPLAY", "VideoOptions"
Submenu "$OPTMNU_DISPLAY", "DisplayOptions"
Submenu "$OPTMNU_VIDEO", "VideoModeMenu"
StaticText " "
Submenu "$OS_TITLE", "os_Menu"