[gimp] libgimp: fix the docs of gimp_vectors_to_selection()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimp: fix the docs of gimp_vectors_to_selection()
- Date: Sun, 13 Feb 2011 17:31:31 +0000 (UTC)
commit a604a12eb56854a592c4b238fc6b973a86a2a230
Author: Michael Natterer <mitch gimp org>
Date: Sun Feb 13 18:31:14 2011 +0100
libgimp: fix the docs of gimp_vectors_to_selection()
app/pdb/vectors-cmds.c | 6 +++---
libgimp/gimpvectors_pdb.c | 2 +-
tools/pdbgen/pdb/vectors.pdb | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/app/pdb/vectors-cmds.c b/app/pdb/vectors-cmds.c
index 442c4c5..e54d9fb 100644
--- a/app/pdb/vectors-cmds.c
+++ b/app/pdb/vectors-cmds.c
@@ -2231,12 +2231,12 @@ register_vectors_procs (GimpPDB *pdb)
"gimp-vectors-to-selection");
gimp_procedure_set_static_strings (procedure,
"gimp-vectors-to-selection",
- "Deprecated: Use 'gimp-item-to-selection' instead.",
- "Deprecated: Use 'gimp-item-to-selection' instead.",
+ "Deprecated: Use 'gimp-image-select-item' instead.",
+ "Deprecated: Use 'gimp-image-select-item' instead.",
"Simon Budig",
"Simon Budig",
"2006",
- "gimp-item-to-selection");
+ "gimp-image-select-item");
gimp_procedure_add_argument (procedure,
gimp_param_spec_vectors_id ("vectors",
"vectors",
diff --git a/libgimp/gimpvectors_pdb.c b/libgimp/gimpvectors_pdb.c
index 32f5d45..47a7ae3 100644
--- a/libgimp/gimpvectors_pdb.c
+++ b/libgimp/gimpvectors_pdb.c
@@ -960,7 +960,7 @@ gimp_vectors_bezier_stroke_new_ellipse (gint32 vectors_ID,
* @feather_radius_x: Feather radius x.
* @feather_radius_y: Feather radius y.
*
- * Deprecated: Use gimp_item_to_selection() instead.
+ * Deprecated: Use gimp_image_select_item() instead.
*
* Returns: TRUE on success.
*
diff --git a/tools/pdbgen/pdb/vectors.pdb b/tools/pdbgen/pdb/vectors.pdb
index 465ac1d..737acbc 100644
--- a/tools/pdbgen/pdb/vectors.pdb
+++ b/tools/pdbgen/pdb/vectors.pdb
@@ -1032,7 +1032,7 @@ CODE
}
sub vectors_to_selection {
- &std_pdb_deprecated ('gimp-item-to-selection');
+ &std_pdb_deprecated ('gimp-image-select-item');
&simon_pdb_misc('2006', '2.4');
@inargs = (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]