From: Alberto Villa Date: Sun, 12 Sep 2010 03:23:22 +0000 (+0000) Subject: - Sync AUTHORS and KAboutData. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7b7bc9005f4e795cb58d912c4940b4a944f223ce;p=kdenlive - Sync AUTHORS and KAboutData. svn path=/trunk/kdenlive/; revision=4872 --- diff --git a/AUTHORS b/AUTHORS index fb00cf54..3c315045 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,9 @@ Jean-Baptiste Mardelle : MLT and KDE SC 4 porting, main developer and maintainer Marco Gittler : MLT transitions and effects, timeline, audio thumbs -Jean-Michel Poure : rendering profiles customization -Ray Lehtiniemi : bug fixing, etc. Dan Dennedy : bug fixing, etc. -Simon A. Eugster : Color Scopes, bug fixing, etc. +Simon A. Eugster : color scopes, bug fixing, etc. +Till Theato : bug fixing, etc. Alberto Villa : bug fixing, logo, etc. +Jean-Michel Poure : rendering profiles customization +Ray Lehtiniemi : bug fixing, etc. Jason Wood : original KDE 3 version author (not active anymore) diff --git a/src/main.cpp b/src/main.cpp index 6d0f2b66..a225c4ef 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,7 @@ int main(int argc, char *argv[]) aboutData.addAuthor(ki18n("Jean-Baptiste Mardelle"), ki18n("MLT and KDE SC 4 porting, main developer and maintainer"), "jb@kdenlive.org"); aboutData.addAuthor(ki18n("Marco Gittler"), ki18n("MLT transitions and effects, timeline, audio thumbs"), "g.marco@freenet.de"); aboutData.addAuthor(ki18n("Dan Dennedy"), ki18n("Bug fixing, etc."), "dan@dennedy.org"); - aboutData.addAuthor(ki18n("Simon A. Eugster"), ki18n("Bug fixing, etc."), "simon.eu@gmail.com"); + aboutData.addAuthor(ki18n("Simon A. Eugster"), ki18n("Color scopes, bug fixing, etc."), "simon.eu@gmail.com"); aboutData.addAuthor(ki18n("Till Theato"), ki18n("Bug fixing, etc."), "root@ttill.de"); aboutData.addAuthor(ki18n("Alberto Villa"), ki18n("Bug fixing, logo, etc."), "avilla@FreeBSD.org"); aboutData.addAuthor(ki18n("Jean-Michel Poure"), ki18n("Rendering profiles customization"), "jm@poure.com");