- merge the options menu properly - the language entry was separated in its own section

This commit is contained in:
Rachael Alexanderson 2019-02-26 13:39:42 -05:00
parent 90ab830ff9
commit e719b9cf00

View file

@ -381,6 +381,8 @@ OptionMenu "OptionsMenu" protected
SafeCommand "$OPTMNU_DEFAULTS", "reset2defaults"
SafeCommand "$OPTMNU_RESETTOSAVED", "reset2saved"
Command "$OPTMNU_CONSOLE", "menuconsole"
StaticText " "
Submenu "$OPTMNU_LANGUAGE", "LanguageOptions"
}
//-------------------------------------------------------------------------------------------
@ -2563,9 +2565,3 @@ OptionMenu "LanguageOptions"
Command "Português do Brasil (PTB)", "language ptb"
Command "Русский (RU)", "language rus"
}
AddOptionMenu "OptionsMenu"
{
StaticText " "
Submenu "$OPTMNU_LANGUAGE", "LanguageOptions"
}