X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=e1d348e8f2cb94dbbc922ca9e890c4080011b292;hb=82812d2bbe0841ad5534677c55b7fa84dbd890c0;hp=a6387c3c7a078fc4dceb6fb60d4540cd7d11616b;hpb=7ad7bd3bc0a1e3cb80ef9f9b5fda3edbd0788be7;p=kdenlive diff --git a/src/main.cpp b/src/main.cpp index a6387c3c..e1d348e8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,10 +28,6 @@ #include //new -#if defined(__APPLE_KDE__) || defined(__DARWIN__) -#include -#endif - int main(int argc, char *argv[]) { KAboutData aboutData(QByteArray("kdenlive"), QByteArray("kdenlive"), @@ -41,17 +37,20 @@ int main(int argc, char *argv[]) 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("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("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")); + aboutData.setBugAddress("http://kdenlive.org/mantis"); KCmdLineArgs::init(argc, argv, &aboutData); KCmdLineOptions options; - options.add("mlt-path ", ki18n("Set the path for MLT environnement")); + options.add("mlt-path ", ki18n("Set the path for MLT environment")); options.add("+[file]", ki18n("Document to open")); //new KCmdLineArgs::addCmdLineOptions(options); //new