diff --git a/app/pdb/context-cmds.c b/app/pdb/context-cmds.c index 7ab46fda83..e30cd43a0d 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 5dec569e9e..3637c1b7ca 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 17a8b2c9d6..22c24e014f 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', '', @_); }