corrected description of gimp-layer-set-show-mask procedure.

2008-05-19  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/layer.pdb: corrected description of
	gimp-layer-set-show-mask procedure.

	* app/pdb/layer-cmds.c
	* libgimp/gimplayer_pdb.c: regenerated.

svn path=/trunk/; revision=25709
This commit is contained in:
Sven Neumann 2008-05-19 13:27:29 +00:00 committed by Sven Neumann
parent 1f99342777
commit e25f8894ae
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,11 @@
2008-05-19 Sven Neumann <sven@gimp.org>
* tools/pdbgen/pdb/layer.pdb: corrected description of
gimp-layer-set-show-mask procedure.
* app/pdb/layer-cmds.c
* libgimp/gimplayer_pdb.c: regenerated.
2008-05-19 Michael Natterer <mitch@gimp.org>
* app/core/gimpcurve.c

View File

@ -1590,7 +1590,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-layer-set-show-mask",
"Set the show mask setting of the specified layer.",
"This procedure sets the specified layer's show mask setting. This controls whether the layer's mask is currently affecting the alpha channel. If there is no layer mask, this function will return an error.",
"This procedure sets the specified layer's show mask setting. This controls whether the layer or its mask is visible. TRUE indicates that the mask should be visible. If there is no layer mask, this function will return an error.",
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",

View File

@ -794,9 +794,9 @@ gimp_layer_get_show_mask (gint32 layer_ID)
* Set the show mask setting of the specified layer.
*
* This procedure sets the specified layer's show mask setting. This
* controls whether the layer's mask is currently affecting the alpha
* channel. If there is no layer mask, this function will return an
* error.
* controls whether the layer or its mask is visible. TRUE indicates
* that the mask should be visible. If there is no layer mask, this
* function will return an error.
*
* Returns: TRUE on success.
*/

View File

@ -763,9 +763,9 @@ sub layer_set_show_mask {
$help = <<'HELP';
This procedure sets the specified layer's show mask setting. This
controls whether the layer's mask is currently affecting the alpha
channel. If there is no layer mask, this function will return an
error.
controls whether the layer or its mask is visible. TRUE indicates that
the mask should be visible. If there is no layer mask, this function
will return an error.
HELP
&std_pdb_misc;