fixed an error in the documentation of the gimp-image-convert-rgb

2008-12-04  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/convert.pdb: fixed an error in the 
documentation
	of the gimp-image-convert-rgb procedure.

	* app/pdb/convert-cmds.c
	* libgimp/gimpconvert_pdb.c: regenerated.


svn path=/trunk/; revision=27758
This commit is contained in:
Sven Neumann
2008-12-04 11:09:16 +00:00
committed by Sven Neumann
parent ff6bde0a88
commit b654d8f5c1
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
2008-12-04 Sven Neumann <sven@gimp.org>
* tools/pdbgen/pdb/convert.pdb: fixed an error in the documentation
of the gimp-image-convert-rgb procedure.
* app/pdb/convert-cmds.c
* libgimp/gimpconvert_pdb.c: regenerated.
2008-12-04 Sven Neumann <sven@gimp.org>
* app/widgets/gimpactiongroup.[ch]: also use the translation

View File

@ -217,7 +217,7 @@ register_convert_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-image-convert-rgb",
"Convert specified image to RGB color",
"This procedure converts the specified image to RGB color. This process requires an image in RGB or Indexed color mode. No image content is lost in this process aside from the colormap for an indexed image.",
"This procedure converts the specified image to RGB color. This process requires an image in Grayscale or Indexed color mode. No image content is lost in this process aside from the colormap for an indexed image.",
"Spencer Kimball & Peter Mattis",
"Spencer Kimball & Peter Mattis",
"1995-1996",

View File

@ -32,8 +32,8 @@
* Convert specified image to RGB color
*
* This procedure converts the specified image to RGB color. This
* process requires an image in RGB or Indexed color mode. No image
* content is lost in this process aside from the colormap for an
* process requires an image in Grayscale or Indexed color mode. No
* image content is lost in this process aside from the colormap for an
* indexed image.
*
* Returns: TRUE on success.

View File

@ -22,8 +22,8 @@ sub image_convert_rgb {
$help = <<'HELP';
This procedure converts the specified image to RGB color. This process
requires an image in RGB or Indexed color mode. No image content is lost
in this process aside from the colormap for an indexed image.
requires an image in Grayscale or Indexed color mode. No image content is
lost in this process aside from the colormap for an indexed image.
HELP
&std_pdb_misc;