added the real name of the author of the new PDB function.

2008-07-29  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/vectors.pdb: added the real name of the 
author
	of the new PDB function.

	* app/pdb/vectors-cmds.c: regenerated.


svn path=/trunk/; revision=26333
This commit is contained in:
Sven Neumann 2008-07-29 07:27:40 +00:00 committed by Sven Neumann
parent 083fb249d3
commit c0ed0699a1
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2008-07-29 Sven Neumann <sven@gimp.org>
* tools/pdbgen/pdb/vectors.pdb: added the real name of the author
of the new PDB function.
* app/pdb/vectors-cmds.c: regenerated.
2008-07-28 Sven Neumann <sven@gimp.org>
* tools/pdbgen/pdb/edit.pdb (edit_stroke_vectors_invoker): check

View File

@ -1527,8 +1527,8 @@ register_vectors_procs (GimpPDB *pdb)
"gimp-vectors-copy",
"Copy a vectors object.",
"This procedure copies the specified vectors object and returns the copy.",
"Simon Budig",
"Simon Budig",
"Barak Itkin <lightningismyname@gmail.com>",
"Barak Itkin",
"2008",
NULL);
gimp_procedure_add_argument (procedure,

View File

@ -129,7 +129,10 @@ sub vectors_copy {
This procedure copies the specified vectors object and returns the copy.
HELP
&simon_pdb_misc('2008', '2.6');
$author = 'Barak Itkin <lightningismyname@gmail.com>';
$copyright = 'Barak Itkin';
$date = '2008';
$since = '2.6';
@inargs = (
{ name => 'vectors', type => 'vectors',