- fixed: 'IfOption(Linux)' is actually 'IfOption(unix)' in menudef

This commit is contained in:
Rachael Alexanderson 2017-05-27 05:12:59 -04:00
parent 9ebf1ec9a2
commit a7cc6fb1ba

View file

@ -1787,7 +1787,7 @@ OptionMenu RendererMenu
{ {
Option "$RNDMNU_CANVAS", "vid_glswfb", "GLD3D" Option "$RNDMNU_CANVAS", "vid_glswfb", "GLD3D"
} }
IfOption(Linux) IfOption(unix)
{ {
Option "$RNDMNU_CANVAS", "vid_glswfb", "GLSDL" Option "$RNDMNU_CANVAS", "vid_glswfb", "GLSDL"
} }