gimp r25709 - in trunk: . app/pdb libgimp tools/pdbgen/pdb



Author: neo
Date: Mon May 19 13:27:29 2008
New Revision: 25709
URL: http://svn.gnome.org/viewvc/gimp?rev=25709&view=rev

Log:
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.


Modified:
   trunk/ChangeLog
   trunk/app/pdb/layer-cmds.c
   trunk/libgimp/gimplayer_pdb.c
   trunk/tools/pdbgen/pdb/layer.pdb

Modified: trunk/app/pdb/layer-cmds.c
==============================================================================
--- trunk/app/pdb/layer-cmds.c	(original)
+++ trunk/app/pdb/layer-cmds.c	Mon May 19 13:27:29 2008
@@ -1590,7 +1590,7 @@
   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",

Modified: trunk/libgimp/gimplayer_pdb.c
==============================================================================
--- trunk/libgimp/gimplayer_pdb.c	(original)
+++ trunk/libgimp/gimplayer_pdb.c	Mon May 19 13:27:29 2008
@@ -794,9 +794,9 @@
  * 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.
  */

Modified: trunk/tools/pdbgen/pdb/layer.pdb
==============================================================================
--- trunk/tools/pdbgen/pdb/layer.pdb	(original)
+++ trunk/tools/pdbgen/pdb/layer.pdb	Mon May 19 13:27:29 2008
@@ -763,9 +763,9 @@
 
     $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;



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