X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/ab0c34359d56285af592b0f2fb74302a568a2753..148282e2d856b47ceb191eeef4c834118c8cdffd:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index a080541d9..0df406f92 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,11 +32,11 @@ int main(int argc, char **argv) { KAboutData about("dolphin", 0, ki18nc("@title", "Dolphin"), - "1.0.99", + "1.1.80", ki18nc("@title", "File Manager"), KAboutData::License_GPL, - ki18nc("@info:credit", "(C) 2006, 2007 Peter Penz")); - about.setHomepage("http://enzosworld.gmxhome.de"); + ki18nc("@info:credit", "(C) 2006-2008 Peter Penz")); + about.setHomepage("http://dolphin.kde.org"); about.addAuthor(ki18nc("@info:credit", "Peter Penz"), ki18nc("@info:credit", "Maintainer and developer"), "peter.penz@gmx.at");