diff --git a/ChangeLog b/ChangeLog index 5f25170b79..070d34bd80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-12-04 Sven Neumann + + * 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 * app/widgets/gimpactiongroup.[ch]: also use the translation diff --git a/app/pdb/convert-cmds.c b/app/pdb/convert-cmds.c index ea5101ae57..87703f1cc6 100644 --- a/app/pdb/convert-cmds.c +++ b/app/pdb/convert-cmds.c @@ -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", diff --git a/libgimp/gimpconvert_pdb.c b/libgimp/gimpconvert_pdb.c index f98e156043..37bad6e3b4 100644 --- a/libgimp/gimpconvert_pdb.c +++ b/libgimp/gimpconvert_pdb.c @@ -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. diff --git a/tools/pdbgen/pdb/convert.pdb b/tools/pdbgen/pdb/convert.pdb index 986e9731a4..0776b598fd 100644 --- a/tools/pdbgen/pdb/convert.pdb +++ b/tools/pdbgen/pdb/convert.pdb @@ -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;