removed outdated information from comment.

2007-11-23  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/procedural_db.pdb: removed outdated information
	from comment.

	* app/pdb/procedural_db_cmds.c
	* libgimp/gimpproceduraldb_pdb.c: regenerated.

svn path=/trunk/; revision=24222
This commit is contained in:
Sven Neumann 2007-11-23 14:38:37 +00:00 committed by Sven Neumann
parent 99c89d4a0d
commit b039ae13b7
4 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,11 @@
2007-11-23 Sven Neumann <sven@gimp.org>
* tools/pdbgen/pdb/procedural_db.pdb: removed outdated information
from comment.
* app/pdb/procedural_db_cmds.c
* libgimp/gimpproceduraldb_pdb.c: regenerated.
2007-11-22 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpcolorbar.[ch]: derive from GtkEventBox instead

View File

@ -445,7 +445,7 @@ register_procedural_db_procs (GimpPDB *pdb)
gimp_procedure_set_static_strings (procedure,
"gimp-procedural-db-dump",
"Dumps the current contents of the procedural database",
"This procedure dumps the contents of the procedural database to the specified file. The file will contain all of the information provided for each registered procedure. This file is in a format appropriate for use with the supplied \"pdb_self_doc.el\" Elisp script, which generates a texinfo document.",
"This procedure dumps the contents of the procedural database to the specified file. The file will contain all of the information provided for each registered procedure.",
"Spencer Kimball & Josh MacDonald",
"Spencer Kimball & Josh MacDonald & Peter Mattis",
"1995-1996",

View File

@ -64,9 +64,7 @@ gimp_procedural_db_temp_name (void)
*
* This procedure dumps the contents of the procedural database to the
* specified file. The file will contain all of the information
* provided for each registered procedure. This file is in a format
* appropriate for use with the supplied \"pdb_self_doc.el\" Elisp
* script, which generates a texinfo document.
* provided for each registered procedure.
*
* Returns: TRUE on success.
*/

View File

@ -49,8 +49,7 @@ sub procedural_db_dump {
$help = <<'HELP';
This procedure dumps the contents of the procedural database to the specified
file. The file will contain all of the information provided for each registered
procedure. This file is in a format appropriate for use with the supplied
"pdb_self_doc.el" Elisp script, which generates a texinfo document.
procedure.
HELP
&std_pdb_misc;