X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=febe66fe5d29acf472cd8c390988ed89a282da58;hb=e19f8a27245266dcc6c76ecdcea6c1c827f04399;hp=d7a8ebb1f85e8c90c7a474787a0425c81daa98b9;hpb=ff83737cdf5e888500934231a2de90c9b383218c;p=kdenlive diff --git a/src/main.cpp b/src/main.cpp index d7a8ebb1..febe66fe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,26 +18,32 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ +#include "kdenlive-config.h" +#include "mainwindow.h" + #include #include #include #include #include //new -#include "mainwindow.h" -#ifdef __APPLE_KDE__ || __DARWIN__ +#if defined(__APPLE_KDE__) || defined(__DARWIN__) #include #endif -int main(int argc, char *argv[]) { +int main(int argc, char *argv[]) +{ KAboutData aboutData(QByteArray("kdenlive"), QByteArray("kdenlive"), - ki18n("Kdenlive"), QByteArray("0.7.1"), + 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 Poure"), 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"));