gimp r26333 - in trunk: . app/pdb tools/pdbgen/pdb



Author: neo
Date: Tue Jul 29 07:27:40 2008
New Revision: 26333
URL: http://svn.gnome.org/viewvc/gimp?rev=26333&view=rev

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



Modified:
   trunk/ChangeLog
   trunk/app/pdb/vectors-cmds.c
   trunk/tools/pdbgen/pdb/vectors.pdb

Modified: trunk/app/pdb/vectors-cmds.c
==============================================================================
--- trunk/app/pdb/vectors-cmds.c	(original)
+++ trunk/app/pdb/vectors-cmds.c	Tue Jul 29 07:27:40 2008
@@ -1527,8 +1527,8 @@
                                      "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,

Modified: trunk/tools/pdbgen/pdb/vectors.pdb
==============================================================================
--- trunk/tools/pdbgen/pdb/vectors.pdb	(original)
+++ trunk/tools/pdbgen/pdb/vectors.pdb	Tue Jul 29 07:27:40 2008
@@ -129,7 +129,10 @@
 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',



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