mirror of https://github.com/GNOME/gimp.git
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:
parent
99c89d4a0d
commit
b039ae13b7
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue