[gimp] pdb: add jehan_pdb_misc() and use it in the new procedures



commit 753bd0a0c9afacf646e86bf7715938169c2ddfce
Author: Michael Natterer <mitch gimp org>
Date:   Sun Mar 18 13:57:43 2018 +0100

    pdb: add jehan_pdb_misc() and use it in the new procedures
    
    so they have the correct aithor.

 app/pdb/context-cmds.c |    8 ++++----
 pdb/groups/context.pdb |    4 ++--
 pdb/stddefs.pdb        |    4 ++++
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/app/pdb/context-cmds.c b/app/pdb/context-cmds.c
index 7ab46fd..e30cd43 100644
--- a/app/pdb/context-cmds.c
+++ b/app/pdb/context-cmds.c
@@ -5234,8 +5234,8 @@ register_context_procs (GimpPDB *pdb)
                                      "gimp-context-get-distance-metric",
                                      "Get the distance metric used in some computations.",
                                      "This procedure returns the distance metric in the current context. See 
'gimp-context-set-distance-metric' to know more about its usage.",
-                                     "Ed Swartz",
-                                     "Ed Swartz",
+                                     "Jehan",
+                                     "Jehan",
                                      "2018",
                                      NULL);
   gimp_procedure_add_return_value (procedure,
@@ -5258,8 +5258,8 @@ register_context_procs (GimpPDB *pdb)
                                      "gimp-context-set-distance-metric",
                                      "Set the distance metric used in some computations.",
                                      "This procedure modifies the distance metric used in some computations, 
such as 'gimp-edit-blend'. In particular, it does not change the metric used in generic distance computation 
on canvas, as in the Measure tool.",
-                                     "Ed Swartz",
-                                     "Ed Swartz",
+                                     "Jehan",
+                                     "Jehan",
                                      "2018",
                                      NULL);
   gimp_procedure_add_argument (procedure,
diff --git a/pdb/groups/context.pdb b/pdb/groups/context.pdb
index 5dec569..3637c1b 100644
--- a/pdb/groups/context.pdb
+++ b/pdb/groups/context.pdb
@@ -3040,7 +3040,7 @@ This procedure returns the distance metric in the current context.
 See gimp_context_set_distance_metric() to know more about its usage.
 HELP
 
-    &ejs_pdb_misc('2018', '2.10');
+    &jehan_pdb_misc('2018', '2.10');
 
     @outargs = (
         { name => 'metric', type => 'enum GeglDistanceMetric',
@@ -3067,7 +3067,7 @@ such as gimp_edit_blend(). In particular, it does not change the metric used
 in generic distance computation on canvas, as in the Measure tool.
 HELP
 
-    &ejs_pdb_misc('2018', '2.10');
+    &jehan_pdb_misc('2018', '2.10');
 
     @inargs = (
         { name => 'metric', type => 'enum GeglDistanceMetric',
diff --git a/pdb/stddefs.pdb b/pdb/stddefs.pdb
index 17a8b2c..22c24e0 100644
--- a/pdb/stddefs.pdb
+++ b/pdb/stddefs.pdb
@@ -89,6 +89,10 @@ sub jay_pdb_misc {
     contrib_pdb_misc('Jay Cox', '', @_);
 }
 
+sub jehan_pdb_misc {
+    contrib_pdb_misc('Jehan', '', @_);
+}
+
 sub joao_pdb_misc {
     contrib_pdb_misc('Jo\xc3\xa3o S. O. Bueno', '', @_);
 }


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