From: Markus Slopianka Date: Sun, 3 May 2009 19:09:08 +0000 (+0000) Subject: Brought "About" window in line with AUTHORS file X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7ad7bd3bc0a1e3cb80ef9f9b5fda3edbd0788be7;p=kdenlive Brought "About" window in line with AUTHORS file svn path=/trunk/kdenlive/; revision=3346 --- diff --git a/src/main.cpp b/src/main.cpp index d42cf799..a6387c3c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,9 +38,12 @@ int main(int argc, char *argv[]) ki18n("Kdenlive"), VERSION, ki18n("An open source video editor."), KAboutData::License_GPL, - ki18n("Copyright (c) 2008 Development team")); - aboutData.addAuthor(ki18n("Jean-Baptiste Mardelle"), ki18n("MLT porting, KDE4 porting, Main developer"), "jb@kdenlive.org"); + ki18n("Copyright (c) 2009 Development team")); + aboutData.addAuthor(ki18n("Jean-Baptiste Mardelle"), ki18n("MLT porting, KDE 4 porting, Main developer"), "jb@kdenlive.org"); aboutData.addAuthor(ki18n("Marco Gittler"), ki18n("MLT Connection, Transition, Effect, Timeline Developer"), "g.marco@freenet.de"); + aboutData.addAuthor(ki18n("Jean-Michel Pouré"), ki18n("Rendering profiles customisation"), "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")); aboutData.setTranslator(ki18n("NAME OF TRANSLATORS"), ki18n("EMAIL OF TRANSLATORS"));