]> git.sesse.net Git - kdenlive/commitdiff
- Sync AUTHORS and KAboutData.
authorAlberto Villa <avilla@FreeBSD.org>
Sun, 12 Sep 2010 03:23:22 +0000 (03:23 +0000)
committerAlberto Villa <avilla@FreeBSD.org>
Sun, 12 Sep 2010 03:23:22 +0000 (03:23 +0000)
svn path=/trunk/kdenlive/; revision=4872

AUTHORS
src/main.cpp

diff --git a/AUTHORS b/AUTHORS
index fb00cf54df8e5fe95d6c97c95d6faedeb14553a3..3c315045393bd3821246ebb9a0c8d2d699dc6ea5 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,8 +1,9 @@
 Jean-Baptiste Mardelle <jb@kdenlive.org>: MLT and KDE SC 4 porting, main developer and maintainer
 Marco Gittler <g.marco@freenet.de>: MLT transitions and effects, timeline, audio thumbs
-Jean-Michel Poure <jm@poure.com>: rendering profiles customization
-Ray Lehtiniemi <rayl@mail.com>: bug fixing, etc.
 Dan Dennedy <dan@dennedy.org>: bug fixing, etc.
-Simon A. Eugster <simon.eu@gmail.com>: Color Scopes, bug fixing, etc.
+Simon A. Eugster <simon.eu@gmail.com>: color scopes, bug fixing, etc.
+Till Theato <root@ttill.de>: bug fixing, etc.
 Alberto Villa <avilla@FreeBSD.org>: bug fixing, logo, etc.
+Jean-Michel Poure <jm@poure.com>: rendering profiles customization
+Ray Lehtiniemi <rayl@mail.com>: bug fixing, etc.
 Jason Wood <jasonwood@blueyonder.co.uk>: original KDE 3 version author (not active anymore)
index 6d0f2b66a4c1c49b3d8598651f4453fecbf6039a..a225c4ef5b1c1fada4b380894db3842e843a3238 100644 (file)
@@ -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");