mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- rename the title in the simplified 'Display Options' menu to be Display Options
This commit is contained in:
parent
34c57ab6be
commit
470c06aacb
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ OptionMenu SoundOptionsSimple protected
|
|||
|
||||
OptionMenu VideoOptionsSimple protected
|
||||
{
|
||||
Title "$VIDMNU_TITLE"
|
||||
Title "$DSPLYMNU_TITLE"
|
||||
|
||||
Option "$VIDMNU_PREFERBACKEND", "vid_preferbackend", "PreferBackend"
|
||||
Option "$VIDMNU_RENDERMODE", "vid_rendermode", "RenderMode"
|
||||
|
|
Loading…
Reference in a new issue