X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/9ed721d531602e1388ef129af55cbdbac6ccab3c..747a86573feb65e2ffe57cdae7dedf6ad272e789:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 1bd88db58..8997ee168 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Peter Penz * + * Copyright (C) 2006 by Peter Penz * * Copyright (C) 2006 by Stefan Monov * * * * This program is free software; you can redistribute it and/or modify * @@ -22,21 +22,21 @@ #include "dolphinmainwindow.h" -#include -#include -#include +#include +#include +#include #include -#include +#include extern "C" KDE_EXPORT int kdemain(int argc, char **argv) { KAboutData about("dolphin", 0, ki18nc("@title", "Dolphin"), - "1.5.9", + "1.6.9", ki18nc("@title", "File Manager"), KAboutData::License_GPL, - ki18nc("@info:credit", "(C) 2006-2010 Peter Penz")); + ki18nc("@info:credit", "(C) 2006-2011 Peter Penz")); about.setHomepage("http://dolphin.kde.org"); about.addAuthor(ki18nc("@info:credit", "Peter Penz"), ki18nc("@info:credit", "Maintainer and developer"),