[gimp] Really fix the incorect blurb in PDB.



commit 529096391213d5ce51bcad355ba9d1f79f9311a7
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sat Jun 22 11:18:47 2013 +0400

    Really fix the incorect blurb in PDB.
    
    It still said "specified specified".

 libgimp/gimplayer_pdb.c    |    2 +-
 tools/pdbgen/pdb/layer.pdb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimp/gimplayer_pdb.c b/libgimp/gimplayer_pdb.c
index 11a2436..47b1fc0 100644
--- a/libgimp/gimplayer_pdb.c
+++ b/libgimp/gimplayer_pdb.c
@@ -546,7 +546,7 @@ gimp_layer_set_offsets (gint32 layer_ID,
  * @layer_ID: The layer to which to add the mask.
  * @mask_type: The type of mask.
  *
- * Create a layer mask for the specified specified layer.
+ * Create a layer mask for the specified layer.
  *
  * This procedure creates a layer mask for the specified layer. Layer
  * masks serve as an additional alpha channel for a layer. A number of
diff --git a/tools/pdbgen/pdb/layer.pdb b/tools/pdbgen/pdb/layer.pdb
index b381f30..5fcde34 100644
--- a/tools/pdbgen/pdb/layer.pdb
+++ b/tools/pdbgen/pdb/layer.pdb
@@ -282,7 +282,7 @@ CODE
 }
 
 sub layer_create_mask {
-    $blurb = 'Create a layer mask for the specified specified layer.';
+    $blurb = 'Create a layer mask for the specified layer.';
 
     $help = <<'HELP';
 This procedure creates a layer mask for the specified layer. Layer masks serve


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