Fix a typo reported in bug #303379.

2005-05-07  Manish Singh  <yosh@gimp.org>

        * tools/pdbgen/pdb/image.pdb: Fix a typo reported in bug #303379.

        * app/pdb/image_cmds.c
        * libgimp/gimpimage_pdb.c: regenerated.
This commit is contained in:
Manish Singh 2005-05-07 16:22:52 +00:00 committed by Manish Singh
parent ddd7f1c3e0
commit df3ae9c65d
4 changed files with 17 additions and 10 deletions

View File

@ -1,3 +1,10 @@
2005-05-07 Manish Singh <yosh@gimp.org>
* tools/pdbgen/pdb/image.pdb: Fix a typo reported in bug #303379.
* app/pdb/image_cmds.c
* libgimp/gimpimage_pdb.c: regenerated.
2005-05-07 Sven Neumann <sven@gimp.org>
* app/actions/edit-commands.c (edit_undo_clear_cmd_callback): tell

View File

@ -856,7 +856,7 @@ static ProcRecord image_scale_proc =
{
"gimp_image_scale",
"Scale the image to the specified extents.",
"This procedure scales the image so that it's new width and height are equal to the supplied parameters. Offsets are also provided which describe the position of the previous image's content. No bounds checking is currently provided, so don't supply parameters that are out of bounds. All channels within the image are scaled according to the specified parameters; this includes the image selection mask. All layers within the image are repositioned according to the specified offsets.",
"This procedure scales the image so that its new width and height are equal to the supplied parameters. Offsets are also provided which describe the position of the previous image's content. No bounds checking is currently provided, so don't supply parameters that are out of bounds. All channels within the image are scaled according to the specified parameters; this includes the image selection mask. All layers within the image are repositioned according to the specified offsets.",
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",

View File

@ -384,14 +384,14 @@ gimp_image_resize_to_layers (gint32 image_ID)
*
* Scale the image to the specified extents.
*
* This procedure scales the image so that it's new width and height
* are equal to the supplied parameters. Offsets are also provided
* which describe the position of the previous image's content. No
* bounds checking is currently provided, so don't supply parameters
* that are out of bounds. All channels within the image are scaled
* according to the specified parameters; this includes the image
* selection mask. All layers within the image are repositioned
* according to the specified offsets.
* This procedure scales the image so that its new width and height are
* equal to the supplied parameters. Offsets are also provided which
* describe the position of the previous image's content. No bounds
* checking is currently provided, so don't supply parameters that are
* out of bounds. All channels within the image are scaled according to
* the specified parameters; this includes the image selection mask.
* All layers within the image are repositioned according to the
* specified offsets.
*
* Returns: TRUE on success.
*/

View File

@ -367,7 +367,7 @@ sub image_scale {
$blurb = 'Scale the image to the specified extents.';
$help = <<'HELP';
This procedure scales the image so that it's new width and height are equal to
This procedure scales the image so that its new width and height are equal to
the supplied parameters. Offsets are also provided which describe the position
of the previous image's content. No bounds checking is currently provided, so
don't supply parameters that are out of bounds. All channels within the image