app: fix typo s/GIMP_LAYER_COMPOSITE_OVER/GIMP_LAYER_COMPOSITE_SRC_OVER/

This commit is contained in:
Øyvind Kolås 2017-01-17 15:23:36 +01:00
parent 6e72d3eddf
commit 0bcb3068fe

View file

@ -173,7 +173,7 @@ gimp_layer_mode_get_composite_trc (GimpLayerMode mode)
GimpLayerCompositeMode
gimp_layer_mode_get_composite_mode (GimpLayerMode mode)
{
return GIMP_LAYER_COMPOSITE_OVER;
return GIMP_LAYER_COMPOSITE_SRC_OVER;
}
const gchar *