[gegl] map-absolute: rename gegl:render_mapping to gegl:map-absolute



commit dfd304108cc44b5201b3d57074d0d117e9f275da
Author: �yvind Kolås <pippin gimp org>
Date:   Sat Oct 30 17:19:08 2010 +0100

    map-absolute: rename gegl:render_mapping to gegl:map-absolute
    
    This is a more descriptive name of the operation.

 .../common/{render_mapping.c => map_absolute.c}    |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/operations/common/render_mapping.c b/operations/common/map_absolute.c
similarity index 96%
rename from operations/common/render_mapping.c
rename to operations/common/map_absolute.c
index 989f6cb..ecb35c1 100644
--- a/operations/common/render_mapping.c
+++ b/operations/common/map_absolute.c
@@ -33,7 +33,7 @@
 #else
 
 #define GEGL_CHANT_TYPE_COMPOSER
-#define GEGL_CHANT_C_FILE       "render_mapping.c"
+#define GEGL_CHANT_C_FILE       "map_absolute.c"
 
 #include "gegl-chant.h"
 
@@ -167,9 +167,9 @@ gegl_chant_class_init (GeglChantClass *klass)
   operation_class->prepare = prepare;
   operation_class->get_required_for_output = get_required_for_output;
   
-  operation_class->name        = "gegl:render_mapping";
+  operation_class->name        = "gegl:map-absolute";
   
   operation_class->categories  = "transform";
-  operation_class->description = _("sample input with an auxiliar buffer that contain source coordinates");
+  operation_class->description = _("sample input with an auxiliary buffer that contain source coordinates");
 }
 #endif



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