[gimp/soc/2022/cmyk: 86/87] pdb: add alxsa_pdb_misc(), use in new procedures




commit 10cfbcb78360ec83945d5dea78f027b99e71346a
Author: Alx Sa <cmyk student gmail com>
Date:   Sat Jun 18 02:52:18 2022 +0000

    pdb: add alxsa_pdb_misc(), use in new procedures
    
    so they have the correct author.

 pdb/groups/image_color_profile.pdb | 6 +++---
 pdb/stddefs.pdb                    | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/pdb/groups/image_color_profile.pdb b/pdb/groups/image_color_profile.pdb
index f60c20797b..96858e6fa1 100644
--- a/pdb/groups/image_color_profile.pdb
+++ b/pdb/groups/image_color_profile.pdb
@@ -221,7 +221,7 @@ This procedure returns the image's simulation color profile, or NULL if the imag
 has no simulation color profile assigned.
 HELP
 
-    &mitch_pdb_misc('2022', '2.10');
+    &alxsa_pdb_misc('2022', '3.0');
 
     $lib_private = 1;
 
@@ -270,7 +270,7 @@ babl space matching the profile. You must call this procedure before
 adding layers to the image.
 HELP
 
-    &mitch_pdb_misc('2022', '2.10');
+    &alxsa_pdb_misc('2022', '3.0');
 
     $lib_private = 1;
 
@@ -323,7 +323,7 @@ profile. You must call this procedure before adding layers to the
 image.
 HELP
 
-    &mitch_pdb_misc('2022', '2.10');
+    &alxsa_pdb_misc('2022', '3.0');
 
     @inargs = (
         { name => 'image', type => 'image',
diff --git a/pdb/stddefs.pdb b/pdb/stddefs.pdb
index 9c7a7ac49d..6e9fd4ce9c 100644
--- a/pdb/stddefs.pdb
+++ b/pdb/stddefs.pdb
@@ -165,6 +165,10 @@ sub yosh_pdb_misc {
     contrib_pdb_misc('Manish Singh', '', @_);
 }
 
+sub alxsa_pdb_misc {
+    contrib_pdb_misc('Alex S.', '', @_);
+}
+
 sub std_pdb_deprecated {
     if (@_) {
         $blurb = $help = '';


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