From df3ae9c65d933c9f4f7c68063086a0b653c58a9a Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sat, 7 May 2005 16:22:52 +0000 Subject: [PATCH] Fix a typo reported in bug #303379. 2005-05-07 Manish Singh * tools/pdbgen/pdb/image.pdb: Fix a typo reported in bug #303379. * app/pdb/image_cmds.c * libgimp/gimpimage_pdb.c: regenerated. --- ChangeLog | 7 +++++++ app/pdb/image_cmds.c | 2 +- libgimp/gimpimage_pdb.c | 16 ++++++++-------- tools/pdbgen/pdb/image.pdb | 2 +- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 68eedbc772..8ffbaf2d8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-05-07 Manish Singh + + * 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 * app/actions/edit-commands.c (edit_undo_clear_cmd_callback): tell diff --git a/app/pdb/image_cmds.c b/app/pdb/image_cmds.c index 6d5f620495..e110279125 100644 --- a/app/pdb/image_cmds.c +++ b/app/pdb/image_cmds.c @@ -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", diff --git a/libgimp/gimpimage_pdb.c b/libgimp/gimpimage_pdb.c index e3f990bf23..8913dcdb8e 100644 --- a/libgimp/gimpimage_pdb.c +++ b/libgimp/gimpimage_pdb.c @@ -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. */ diff --git a/tools/pdbgen/pdb/image.pdb b/tools/pdbgen/pdb/image.pdb index fdc551212e..c2950f0fa4 100644 --- a/tools/pdbgen/pdb/image.pdb +++ b/tools/pdbgen/pdb/image.pdb @@ -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