[gimp/gimp-2-8] app, libgimp: commit files generated by PDB docs change
- From: Michael Henning <mhenning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] app, libgimp: commit files generated by PDB docs change
- Date: Sat, 3 May 2014 15:03:54 +0000 (UTC)
commit 7136352aec47a134dada5235fa3f2269a3e2cde7
Author: Michael Henning <drawoc darkrefraction com>
Date: Sat May 3 11:02:04 2014 -0400
app, libgimp: commit files generated by PDB docs change
app/pdb/layer-cmds.c | 2 +-
libgimp/gimplayer_pdb.c | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/app/pdb/layer-cmds.c b/app/pdb/layer-cmds.c
index 502642b..766ede1 100644
--- a/app/pdb/layer-cmds.c
+++ b/app/pdb/layer-cmds.c
@@ -1218,7 +1218,7 @@ register_layer_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-layer-group-new",
"Create a new layer group.",
- "This procedure creates a new layer group. Attributes such as layer
mode and opacity should be set with explicit procedure calls. Add the new layer group (which is a kind of
layer) with the 'gimp-image-insert-layer' command.",
+ "This procedure creates a new layer group. Attributes such as layer
mode and opacity should be set with explicit procedure calls. Add the new layer group (which is a kind of
layer) with the 'gimp-image-insert-layer' command. Other procedures useful with layer groups:
'gimp-image-reorder-item', 'gimp-item-get-parent', 'gimp-item-get-children', 'gimp-item-is-group'.",
"Barak Itkin <lightningismyname gmail com>",
"Barak Itkin",
"2010",
diff --git a/libgimp/gimplayer_pdb.c b/libgimp/gimplayer_pdb.c
index 74e8fd6..c36527f 100644
--- a/libgimp/gimplayer_pdb.c
+++ b/libgimp/gimplayer_pdb.c
@@ -178,10 +178,9 @@ gimp_layer_new_from_drawable (gint32 drawable_ID,
* This procedure creates a new layer group. Attributes such as layer
* mode and opacity should be set with explicit procedure calls. Add
* the new layer group (which is a kind of layer) with the
- * gimp_image_insert_layer() command.
- *
- * Other procedures useful with layer groups: gimp_image_reorder_item(),
- * gimp_item_get_parent(), gimp_item_get_children(), gimp_item_is_group().
+ * gimp_image_insert_layer() command. Other procedures useful with
+ * layer groups: gimp_image_reorder_item(), gimp_item_get_parent(),
+ * gimp_item_get_children(), gimp_item_is_group().
*
* Returns: The newly created layer group.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]