Clean up after Marc Lehmann who changed tools/pdbgen/pdb/color.pdb and

2001-11-24  Sven Neumann  <sven@gimp.org>

	Clean up after Marc Lehmann who changed tools/pdbgen/pdb/color.pdb
	and tools/pdbgen/pdb/image.pdb without writing a ChangeLog entry and
	without regenerating the respective files :-(

	* tools/pdbgen/pdb/color.pdb: another typo fix similar to the one
	Marc spotted.

	* app/pdb/color_cmds.c
	* app/pdb/image_cmds.c
	* libgimp/gimpcolor_pdb.c
	* libgimp/gimpimage_pdb.c: regenerated.
This commit is contained in:
Sven Neumann 2001-11-24 21:34:26 +00:00 committed by Sven Neumann
parent a6470ec1d4
commit 0d8cccd08a
6 changed files with 23 additions and 9 deletions

View File

@ -1,10 +1,24 @@
2001-11-24 Sven Neumann <sven@gimp.org>
Clean up after Marc Lehmann who changed tools/pdbgen/pdb/color.pdb
and tools/pdbgen/pdb/image.pdb without writing a ChangeLog entry and
without regenerating the respective files :-(
* tools/pdbgen/pdb/color.pdb: another typo fix similar to the one
Marc spotted.
* app/pdb/color_cmds.c
* app/pdb/image_cmds.c
* libgimp/gimpcolor_pdb.c
* libgimp/gimpimage_pdb.c: regenerated.
2001-11-24 Sven Neumann <sven@gimp.org>
* app/gimprc.c
* app/plug_in.[ch]
* app/pdb/plug_in_cmds.c
* tools/pdbgen/pdb/plug_in.pdb: started to clean plug_in code a little.
Still a long way to go...
* tools/pdbgen/pdb/plug_in.pdb: started to clean up plug_in code a
little. Still a long way to go...
* app/gui/splash.c: simplified

View File

@ -1037,7 +1037,7 @@ static ProcArg histogram_outargs[] =
{
GIMP_PDB_FLOAT,
"mean",
"Mean itensity value"
"Mean intensity value"
},
{
GIMP_PDB_FLOAT,
@ -1047,7 +1047,7 @@ static ProcArg histogram_outargs[] =
{
GIMP_PDB_FLOAT,
"median",
"Median itensity value"
"Median intensity value"
},
{
GIMP_PDB_FLOAT,

View File

@ -2906,7 +2906,7 @@ static ProcRecord image_height_proc =
{
"gimp_image_height",
"Return the height of the image",
"This procedure returns the image's width. This value is independent of any of the layers in this image. This is the \"canvas\" height.",
"This procedure returns the image's height. This value is independent of any of the layers in this image. This is the \"canvas\" height.",
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",

View File

@ -397,9 +397,9 @@ gimp_color_balance (gint32 drawable_ID,
* @channel: The channel to modify.
* @start_range: Start of the intensity measurement range.
* @end_range: End of the intensity measurement range.
* @mean: Mean itensity value.
* @mean: Mean intensity value.
* @std_dev: Standard deviation of intensity values.
* @median: Median itensity value.
* @median: Median intensity value.
* @pixels: Alpha-weighted pixel count for entire image.
* @count: Alpha-weighted pixel count for range.
* @percentile: Percentile that range falls under.

View File

@ -1627,7 +1627,7 @@ gimp_image_width (gint32 image_ID)
*
* Return the height of the image
*
* This procedure returns the image's width. This value is independent
* This procedure returns the image's height. This value is independent
* of any of the layers in this image. This is the \"canvas\" height.
*
* Returns: The image's height.

View File

@ -570,7 +570,7 @@ HELP
@outargs = (
{ name => 'mean', void_ret => 1, init => 1,
desc => 'Mean itensity value' },
desc => 'Mean intensity value' },
{ name => 'std_dev', init => 1,
desc => 'Standard deviation of intensity values' },
{ name => 'median', init => 1,