From: Jean-Baptiste Mardelle Date: Mon, 6 Sep 2010 22:19:43 +0000 (+0000) Subject: Adding Till to the authors list, reorder to put active contributors on the top. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b36d5b0d9c4c8e2328641b13a68f44f8a7fa4c20;p=kdenlive Adding Till to the authors list, reorder to put active contributors on the top. svn path=/trunk/kdenlive/; revision=4855 --- diff --git a/src/main.cpp b/src/main.cpp index ad39ecb3..6d0f2b66 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -37,11 +37,12 @@ int main(int argc, char *argv[]) ki18n("Copyright © 2007–2010 Kdenlive authors")); 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("Jean-Michel Poure"), ki18n("Rendering profiles customization"), "jm@poure.com"); - aboutData.addAuthor(ki18n("Ray Lehtiniemi"), ki18n("Bug fixing, etc."), "rayl@mail.com"); 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("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"); + aboutData.addAuthor(ki18n("Ray Lehtiniemi"), ki18n("Bug fixing, etc."), "rayl@mail.com"); aboutData.addAuthor(ki18n("Jason Wood"), ki18n("Original KDE 3 version author (not active anymore)"), "jasonwood@blueyonder.co.uk"); aboutData.setHomepage("http://kdenlive.org"); aboutData.setCustomAuthorText(ki18n("Please report bugs to http://kdenlive.org/mantis"), ki18n("Please report bugs to http://kdenlive.org/mantis"));