- 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
1 changed files with 1 additions and 1 deletions

View File

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