[gimp] app: fix label of LINEAR_BURN blend mode



commit 09af91763c514ef58216f69c331543beedcf2999
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Jan 24 00:42:10 2017 +0100

    app: fix label of LINEAR_BURN blend mode

 app/core/core-enums.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/core-enums.h b/app/core/core-enums.h
index acd103f..ff537dd 100644
--- a/app/core/core-enums.h
+++ b/app/core/core-enums.h
@@ -230,7 +230,7 @@ typedef enum
   GIMP_LAYER_MODE_LINEAR_LIGHT_LINEAR,   /*< desc="Linear light (linear)"    >*/
   GIMP_LAYER_MODE_EXCLUSION,             /*< desc="Exclusion"                >*/
   GIMP_LAYER_MODE_EXCLUSION_LINEAR,      /*< desc="Exclusion (linear)"       >*/
-  GIMP_LAYER_MODE_LINEAR_BURN,           /*< desc="Linear light"             >*/
+  GIMP_LAYER_MODE_LINEAR_BURN,           /*< desc="Linear burn"              >*/
   GIMP_LAYER_MODE_LINEAR_BURN_LINEAR,    /*< desc="Linear burn (linear)"     >*/
 
   /*  Internal modes, not available to the PDB  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]