From be91db8107629fcdbe0bd240e525511b7b2ff0f9 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Tue, 20 Sep 2016 18:53:57 +0200 Subject: [PATCH] pdb: fix typo in edit-paste's help --- app/pdb/edit-cmds.c | 2 +- libgimp/gimpedit_pdb.c | 2 +- tools/pdbgen/pdb/edit.pdb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/pdb/edit-cmds.c b/app/pdb/edit-cmds.c index 982add6642..812f207dab 100644 --- a/app/pdb/edit-cmds.c +++ b/app/pdb/edit-cmds.c @@ -1032,7 +1032,7 @@ register_edit_procs (GimpPDB *pdb) gimp_procedure_set_static_strings (procedure, "gimp-edit-paste", "Paste buffer to the specified drawable.", - "This procedure pastes a copy of the internal GIMP edit buffer to the specified drawable. The GIMP edit buffer will be empty unless a call was previously made to either 'gimp-edit-cut' or 'gimp-edit-copy'. The \"paste_into\" option specifies whether to clear the current image selection, or to paste the buffer \"behind\" the selection. This allows the selection to act as a mask for the pasted buffer. Anywhere that the selection mask is non-zero, the pasted buffer will show through. The pasted buffer will be a new layer in the image which is designated as the image floating selection. If the image has a floating selection at the time of pasting, the old floating selection will be anchored to it's drawable before the new floating selection is added. This procedure returns the new floating layer. The resulting floating selection will already be attached to the specified drawable, and a subsequent call to floating_sel_attach is not needed.", + "This procedure pastes a copy of the internal GIMP edit buffer to the specified drawable. The GIMP edit buffer will be empty unless a call was previously made to either 'gimp-edit-cut' or 'gimp-edit-copy'. The \"paste_into\" option specifies whether to clear the current image selection, or to paste the buffer \"behind\" the selection. This allows the selection to act as a mask for the pasted buffer. Anywhere that the selection mask is non-zero, the pasted buffer will show through. The pasted buffer will be a new layer in the image which is designated as the image floating selection. If the image has a floating selection at the time of pasting, the old floating selection will be anchored to its drawable before the new floating selection is added. This procedure returns the new floating layer. The resulting floating selection will already be attached to the specified drawable, and a subsequent call to floating_sel_attach is not needed.", "Spencer Kimball & Peter Mattis", "Spencer Kimball & Peter Mattis", "1995-1996", diff --git a/libgimp/gimpedit_pdb.c b/libgimp/gimpedit_pdb.c index 2f20cca10e..312daa12f9 100644 --- a/libgimp/gimpedit_pdb.c +++ b/libgimp/gimpedit_pdb.c @@ -164,7 +164,7 @@ gimp_edit_copy_visible (gint32 image_ID) * show through. The pasted buffer will be a new layer in the image * which is designated as the image floating selection. If the image * has a floating selection at the time of pasting, the old floating - * selection will be anchored to it's drawable before the new floating + * selection will be anchored to its drawable before the new floating * selection is added. This procedure returns the new floating layer. * The resulting floating selection will already be attached to the * specified drawable, and a subsequent call to floating_sel_attach is diff --git a/tools/pdbgen/pdb/edit.pdb b/tools/pdbgen/pdb/edit.pdb index 605d0b3cf4..b5638d8d71 100644 --- a/tools/pdbgen/pdb/edit.pdb +++ b/tools/pdbgen/pdb/edit.pdb @@ -178,7 +178,7 @@ the selection mask is non-zero, the pasted buffer will show through. The pasted buffer will be a new layer in the image which is designated as the image floating selection. If the image has a floating selection at the time of pasting, the old floating selection -will be anchored to it's drawable before the new floating selection is +will be anchored to its drawable before the new floating selection is added. This procedure returns the new floating layer. The resulting floating selection will already be attached to the specified drawable, and a subsequent call to floating_sel_attach is not needed.