From e378ca0f46f6905d1c3d409a4d0e3ee3e40407aa Mon Sep 17 00:00:00 2001 From: "Joao S. O. Bueno Calligaris" Date: Wed, 28 Mar 2007 03:00:30 +0000 Subject: [PATCH] clarified documentation for add_mask procedure; fixed typo in 2007-03-28 Joao S. O. Bueno Calligaris * tools/pdbgen/pdb/layer.pdb: clarified documentation for add_mask procedure; fixed typo in documentation for create_mask. svn path=/trunk/; revision=22183 --- ChangeLog | 5 +++++ tools/pdbgen/pdb/layer.pdb | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c9f022186..4c7e2d1b14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-28 João S. O. Bueno Calligaris + + * tools/pdbgen/pdb/layer.pdb: clarified documentation for + add_mask procedure; fixed typo in documentation for create_mask. + 2007-03-27 Sven Neumann * app/widgets/gimpdbusservice.[ch] diff --git a/tools/pdbgen/pdb/layer.pdb b/tools/pdbgen/pdb/layer.pdb index 733a5044fb..6ecb2a3677 100644 --- a/tools/pdbgen/pdb/layer.pdb +++ b/tools/pdbgen/pdb/layer.pdb @@ -108,7 +108,7 @@ sub layer_create_mask { $help = <<'HELP'; This procedure creates a layer mask for the specified layer. Layer masks serve -as an additional alpha channel for a layer. A number of ifferent types of +as an additional alpha channel for a layer. A number of different types of masks are allowed for initialisation: completely white masks (which will leave the layer fully visible), completely black masks (which will give the layer complete transparency, the layer's already existing alpha channel @@ -164,8 +164,7 @@ sub layer_add_mask { This procedure adds a layer mask to the specified layer. Layer masks serve as an additional alpha channel for a layer. This procedure will fail if a number of prerequisites aren't met. The layer cannot already have a layer mask. The -specified mask must exist and have the same dimensions as the layer. Both the -mask and the layer must have been created for use with the specified image. +specified mask must exist and have the same dimensions as the layer. The layer must have been created for use with the specified image and the mask must have been created with the procedure 'gimp-layer-create-mask'. HELP &std_pdb_misc;