plug-ins: fix authorship.
It looks like my commit 3d55452933 broke authorship of the "file-jp2-load"
procedure. This was very likely a copy-paste error.
This commit is contained in:
parent
4d56ad943c
commit
1d43b65144
1 changed files with 2 additions and 2 deletions
|
|
@ -187,8 +187,8 @@ jp2_create_procedure (GimpPlugIn *plug_in,
|
|||
"The JPEG 2000 image loader.",
|
||||
name);
|
||||
gimp_procedure_set_attribution (procedure,
|
||||
"Mukund Sivaraman",
|
||||
"Mukund Sivaraman",
|
||||
"Aurimas Juška",
|
||||
"Aurimas Juška, Florian Traverse",
|
||||
"2009");
|
||||
|
||||
gimp_file_procedure_set_mime_types (GIMP_FILE_PROCEDURE (procedure),
|
||||
|
|
|
|||
Loading…
Reference in a new issue