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:

committed by
Sven Neumann

parent
083fb249d3
commit
c0ed0699a1
@ -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>
|
2008-07-28 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* tools/pdbgen/pdb/edit.pdb (edit_stroke_vectors_invoker): check
|
* tools/pdbgen/pdb/edit.pdb (edit_stroke_vectors_invoker): check
|
||||||
|
@ -1527,8 +1527,8 @@ register_vectors_procs (GimpPDB *pdb)
|
|||||||
"gimp-vectors-copy",
|
"gimp-vectors-copy",
|
||||||
"Copy a vectors object.",
|
"Copy a vectors object.",
|
||||||
"This procedure copies the specified vectors object and returns the copy.",
|
"This procedure copies the specified vectors object and returns the copy.",
|
||||||
"Simon Budig",
|
"Barak Itkin <lightningismyname@gmail.com>",
|
||||||
"Simon Budig",
|
"Barak Itkin",
|
||||||
"2008",
|
"2008",
|
||||||
NULL);
|
NULL);
|
||||||
gimp_procedure_add_argument (procedure,
|
gimp_procedure_add_argument (procedure,
|
||||||
|
@ -129,7 +129,10 @@ sub vectors_copy {
|
|||||||
This procedure copies the specified vectors object and returns the copy.
|
This procedure copies the specified vectors object and returns the copy.
|
||||||
HELP
|
HELP
|
||||||
|
|
||||||
&simon_pdb_misc('2008', '2.6');
|
$author = 'Barak Itkin <lightningismyname@gmail.com>';
|
||||||
|
$copyright = 'Barak Itkin';
|
||||||
|
$date = '2008';
|
||||||
|
$since = '2.6';
|
||||||
|
|
||||||
@inargs = (
|
@inargs = (
|
||||||
{ name => 'vectors', type => 'vectors',
|
{ name => 'vectors', type => 'vectors',
|
||||||
|
Reference in New Issue
Block a user