X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=d850a45b7ad096f288db92669430dc02e7e3245a;hb=29ceabd2afc227e0fb8b586c567eeaf7921b542e;hp=bfa3c92f1e5f4c74dff375c305cc4521cea524b8;hpb=1d5e2bb92cbb4e0841f64cded4a6519a7716ad28;p=kdenlive diff --git a/src/main.cpp b/src/main.cpp index bfa3c92f..d850a45b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,8 +34,9 @@ int main(int argc, char *argv[]) ki18n("Kdenlive"), VERSION, ki18n("An open source video editor."), KAboutData::License_GPL, - ki18n("Copyright © 2007–2011 Kdenlive authors")); + ki18n("Copyright © 2007–2013 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("Laurent Montel"), ki18n("Bugs fixing, clean up code, optimization etc."), "montel@kde.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("Color scopes, bug fixing, etc."), "simon.eu@gmail.com"); @@ -75,7 +76,7 @@ int main(int argc, char *argv[]) } } else { KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); //new - QString clipsToLoad = args->getOption("i"); + QString clipsToLoad = args->getOption("i"); QString mltPath = args->getOption("mlt-path"); KUrl url; if (args->count()) {