From dfce143f8dccde7acaa84daf214d8ea1c92c4de2 Mon Sep 17 00:00:00 2001 From: Ell Date: Sat, 6 May 2017 18:36:45 -0400 Subject: [PATCH] app: push regenerated operations-enums.c file Due to last commit. --- app/operations/operations-enums.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/operations/operations-enums.c b/app/operations/operations-enums.c index ff34066469..26dd59ca1a 100644 --- a/app/operations/operations-enums.c +++ b/app/operations/operations-enums.c @@ -49,8 +49,8 @@ gimp_layer_composite_mode_get_type (void) { GIMP_LAYER_COMPOSITE_AUTO, "GIMP_LAYER_COMPOSITE_AUTO", "auto" }, { GIMP_LAYER_COMPOSITE_SRC_OVER, "GIMP_LAYER_COMPOSITE_SRC_OVER", "src-over" }, { GIMP_LAYER_COMPOSITE_SRC_ATOP, "GIMP_LAYER_COMPOSITE_SRC_ATOP", "src-atop" }, - { GIMP_LAYER_COMPOSITE_SRC_IN, "GIMP_LAYER_COMPOSITE_SRC_IN", "src-in" }, { GIMP_LAYER_COMPOSITE_DST_ATOP, "GIMP_LAYER_COMPOSITE_DST_ATOP", "dst-atop" }, + { GIMP_LAYER_COMPOSITE_SRC_IN, "GIMP_LAYER_COMPOSITE_SRC_IN", "src-in" }, { 0, NULL, NULL } }; @@ -59,8 +59,8 @@ gimp_layer_composite_mode_get_type (void) { GIMP_LAYER_COMPOSITE_AUTO, NC_("layer-composite-mode", "Auto"), NULL }, { GIMP_LAYER_COMPOSITE_SRC_OVER, NC_("layer-composite-mode", "Source over"), NULL }, { GIMP_LAYER_COMPOSITE_SRC_ATOP, NC_("layer-composite-mode", "Source atop"), NULL }, - { GIMP_LAYER_COMPOSITE_SRC_IN, NC_("layer-composite-mode", "Source in"), NULL }, { GIMP_LAYER_COMPOSITE_DST_ATOP, NC_("layer-composite-mode", "Destination atop"), NULL }, + { GIMP_LAYER_COMPOSITE_SRC_IN, NC_("layer-composite-mode", "Source in"), NULL }, { 0, NULL, NULL } };