[gimp/gimp-2-8] Bug 679083: proper documentation for plug-in-autocrop-layer



commit dedb0250194d3760c6b89d91d4f739dbd7ed8aaf
Author: Jehan <jehan girinstud io>
Date:   Fri Jul 5 23:58:48 2013 +0900

    Bug 679083: proper documentation for plug-in-autocrop-layer
    
    The current documentation have users think the argument layer is going
    to be cropped, whereas it actually only serves as a base for determining
    cropping extents. The active layer is the one to be cropped.
    Slightly more complete documentation explaining this.

 plug-ins/common/crop-auto.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/crop-auto.c b/plug-ins/common/crop-auto.c
index 01ac47f..387c00b 100644
--- a/plug-ins/common/crop-auto.c
+++ b/plug-ins/common/crop-auto.c
@@ -95,8 +95,10 @@ query (void)
   gimp_plugin_menu_register (AUTOCROP_PROC, "<Image>/Image/Crop");
 
   gimp_install_procedure (AUTOCROP_LAYER_PROC,
-                          N_("Remove empty borders from the layer"),
-                          "",
+                          N_("Crop the active layer based on empty borders of the input drawable"),
+                          _("Crop the active layer of the input \"image\" based on empty borders of the 
input \"drawable\".\n\n"
+                            "The input drawable serves as a base for detecting cropping extents 
(transparency or background color), "
+                            "and is not necessarily the cropped layer (the current active layer)."),
                           "Tim Newsome",
                           "Tim Newsome",
                           "1997",


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