[gimp/gimp-2-8] Bug 679083: proper docs for plug-in-autocrop-layer without string changes



commit ba7e75bd58303c79b50e417f417d933a1d2b2bf5
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Jul 16 18:35:29 2013 +0200

    Bug 679083: proper docs for plug-in-autocrop-layer without string changes
    
    Based on patch dedb0250194d3760c6b89d91d4f739dbd7ed8aaf by Jehan <jehan girinstud io>.

 plug-ins/common/crop-auto.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/crop-auto.c b/plug-ins/common/crop-auto.c
index 01ac47f..23ac5f4 100644
--- a/plug-ins/common/crop-auto.c
+++ b/plug-ins/common/crop-auto.c
@@ -82,7 +82,12 @@ query (void)
 
   gimp_install_procedure (AUTOCROP_PROC,
                           N_("Remove empty borders from the image"),
-                          "",
+                          "Crop the active layer of the input \"image\" "
+                          "based on empty borders of the input \"drawable\". "
+                          "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]