mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] egl: fixed typo
This commit is contained in:
parent
dd7e0ea8c6
commit
36726bb349
@ -137,7 +137,7 @@ static struct Option egl_options[] =
|
||||
{
|
||||
.module = "egl",
|
||||
.name = "cbMode",
|
||||
.description = "Colorblind Mode (0 = Off, 1 = Protanope, 2 = Deuteranope, 3 = Tritanope)",
|
||||
.description = "Color Blind Mode (0 = Off, 1 = Protanope, 2 = Deuteranope, 3 = Tritanope)",
|
||||
.type = OPTION_TYPE_INT,
|
||||
.value.x_int = 0
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user