gtk4-demo: fix a typo

The blend mode is called saturation, not saturate.
This commit is contained in:
Matthias Clasen 2017-10-07 23:26:57 -04:00
parent f8c48240d9
commit 515f5268c2

View File

@ -28,7 +28,7 @@ struct {
{ "Multiply", "multiply" },
{ "Normal", "normal" },
{ "Overlay", "overlay" },
{ "Saturate", "saturate" },
{ "Saturate", "saturation" },
{ "Screen", "screen" },
{ "Soft Light", "soft-light" },
{ NULL }