gimp r27758 - in trunk: . app/pdb libgimp tools/pdbgen/pdb



Author: neo
Date: Thu Dec  4 11:09:16 2008
New Revision: 27758
URL: http://svn.gnome.org/viewvc/gimp?rev=27758&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/app/pdb/convert-cmds.c
   trunk/libgimp/gimpconvert_pdb.c
   trunk/tools/pdbgen/pdb/convert.pdb

Modified: trunk/app/pdb/convert-cmds.c
==============================================================================
--- trunk/app/pdb/convert-cmds.c	(original)
+++ trunk/app/pdb/convert-cmds.c	Thu Dec  4 11:09:16 2008
@@ -217,7 +217,7 @@
   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",

Modified: trunk/libgimp/gimpconvert_pdb.c
==============================================================================
--- trunk/libgimp/gimpconvert_pdb.c	(original)
+++ trunk/libgimp/gimpconvert_pdb.c	Thu Dec  4 11:09:16 2008
@@ -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.

Modified: trunk/tools/pdbgen/pdb/convert.pdb
==============================================================================
--- trunk/tools/pdbgen/pdb/convert.pdb	(original)
+++ trunk/tools/pdbgen/pdb/convert.pdb	Thu Dec  4 11:09:16 2008
@@ -22,8 +22,8 @@
 
     $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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]