[gimp] plug-ins: somehow killed file-aa's attribution, put it back



commit 2adfa90cc4e57b5226cbe875d4746cc25aca38e0
Author: Michael Natterer <mitch gimp org>
Date:   Tue Aug 27 13:34:31 2019 +0200

    plug-ins: somehow killed file-aa's attribution, put it back

 plug-ins/common/file-aa.c | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/plug-ins/common/file-aa.c b/plug-ins/common/file-aa.c
index ef1973e0ab..5b11ccbe04 100644
--- a/plug-ins/common/file-aa.c
+++ b/plug-ins/common/file-aa.c
@@ -129,6 +129,10 @@ ascii_create_procedure (GimpPlugIn  *plug_in,
                                         "grayscale image as ascii art into "
                                         "a variety of text formats",
                                         name);
+      gimp_procedure_set_attribution (procedure,
+                                      "Tim Newsome <nuisance cmu edu>",
+                                      "Tim Newsome <nuisance cmu edu>",
+                                      "1997");
 
       gimp_file_procedure_set_mime_types (GIMP_FILE_PROCEDURE (procedure),
                                           "text/plain");


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