From 1afd3556366728fa342099677cd8ed0f00bbf72e Mon Sep 17 00:00:00 2001 From: Simon Budig Date: Fri, 1 Sep 2006 12:28:41 +0000 Subject: [PATCH] minor documentation fix 2006-09-01 Simon Budig * tools/pdbgen/pdb/gradient.pdb: minor documentation fix * app/pdb/gradient_cmds.c * libgimp/gimpgradient_pdb.c: regenerated --- ChangeLog | 7 +++++++ app/pdb/gradient_cmds.c | 8 ++++---- libgimp/gimpgradient_pdb.c | 10 +++++----- tools/pdbgen/pdb/gradient.pdb | 8 ++++---- 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32e45c728c..1fb07d10db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-09-01 Simon Budig + + * tools/pdbgen/pdb/gradient.pdb: minor documentation fix + + * app/pdb/gradient_cmds.c + * libgimp/gimpgradient_pdb.c: regenerated + 2006-09-01 Sven Neumann * app/display/gimpstatusbar.[ch]: use a hash table instead of object diff --git a/app/pdb/gradient_cmds.c b/app/pdb/gradient_cmds.c index 406d531582..6210f53cab 100644 --- a/app/pdb/gradient_cmds.c +++ b/app/pdb/gradient_cmds.c @@ -1631,8 +1631,8 @@ register_gradient_procs (GimpPDB *pdb) gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-gradient-segment-set-left-color"); gimp_procedure_set_static_strings (procedure, "gimp-gradient-segment-set-left-color", - "Retrieves the left endpoint color of the specified segment", - "This procedure retrieves the left endpoint color of the specified segment of the specified gradient.", + "Sets the left endpoint color of the specified segment", + "This procedure sets the left endpoint color of the specified segment of the specified gradient.", "Shlomi Fish ", "Shlomi Fish", "2003", @@ -1715,8 +1715,8 @@ register_gradient_procs (GimpPDB *pdb) gimp_object_set_static_name (GIMP_OBJECT (procedure), "gimp-gradient-segment-set-right-color"); gimp_procedure_set_static_strings (procedure, "gimp-gradient-segment-set-right-color", - "Retrieves the right endpoint color of the specified segment", - "This procedure retrieves the right endpoint color of the specified segment of the specified gradient.", + "Sets the right endpoint color of the specified segment", + "This procedure sets the right endpoint color of the specified segment of the specified gradient.", "Shlomi Fish ", "Shlomi Fish", "2003", diff --git a/libgimp/gimpgradient_pdb.c b/libgimp/gimpgradient_pdb.c index ff902ae0cd..098534744e 100644 --- a/libgimp/gimpgradient_pdb.c +++ b/libgimp/gimpgradient_pdb.c @@ -363,10 +363,10 @@ gimp_gradient_segment_get_left_color (const gchar *name, * @color: The color to set. * @opacity: The opacity to set for the endpoint. * - * Retrieves the left endpoint color of the specified segment + * Sets the left endpoint color of the specified segment * - * This procedure retrieves the left endpoint color of the specified - * segment of the specified gradient. + * This procedure sets the left endpoint color of the specified segment + * of the specified gradient. * * Returns: TRUE on success. * @@ -451,9 +451,9 @@ gimp_gradient_segment_get_right_color (const gchar *name, * @color: The color to set. * @opacity: The opacity to set for the endpoint. * - * Retrieves the right endpoint color of the specified segment + * Sets the right endpoint color of the specified segment * - * This procedure retrieves the right endpoint color of the specified + * This procedure sets the right endpoint color of the specified * segment of the specified gradient. * * Returns: TRUE on success. diff --git a/tools/pdbgen/pdb/gradient.pdb b/tools/pdbgen/pdb/gradient.pdb index 71dac98d28..15dcf3061b 100644 --- a/tools/pdbgen/pdb/gradient.pdb +++ b/tools/pdbgen/pdb/gradient.pdb @@ -423,10 +423,10 @@ CODE } sub gradient_segment_set_left_color { - $blurb = 'Retrieves the left endpoint color of the specified segment'; + $blurb = 'Sets the left endpoint color of the specified segment'; $help = <<'HELP'; -This procedure retrieves the left endpoint color of the specified segment of +This procedure sets the left endpoint color of the specified segment of the specified gradient. HELP @@ -464,10 +464,10 @@ CODE } sub gradient_segment_set_right_color { - $blurb = 'Retrieves the right endpoint color of the specified segment'; + $blurb = 'Sets the right endpoint color of the specified segment'; $help = <<'HELP'; -This procedure retrieves the right endpoint color of the specified segment of +This procedure sets the right endpoint color of the specified segment of the specified gradient. HELP