svn path=/trunk/KDE/kdebase/apps/; revision=838040
This commit is contained in:
Urs Wolfer 2008-07-26 14:01:34 +00:00
parent 5a4365bbc4
commit 4250330ea9
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
/** @mainpage KDE Base Applications
These are the basic KDE applications. Included are:
- <a href="http://enzosworld.gmxhome.de/">Dolphin</a>, a file manager
- <a href="http://dolpin.kde.org/">Dolphin</a>, a file manager
- <a href="http://konqueror.kde.org/">Konqueror</a>, a web browser
and general frame for embedding KParts
- <a href="http://konsole.kde.org">Konsole</a>, a terminal emulator

View file

@ -1,2 +1,2 @@
See http://enzosworld.gmxhome.de for informations about Dolphin.
See http://dolphin.kde.org for information about Dolphin.

View file

@ -36,7 +36,7 @@ int main(int argc, char **argv)
ki18nc("@title", "File Manager"),
KAboutData::License_GPL,
ki18nc("@info:credit", "(C) 2006-2008 Peter Penz"));
about.setHomepage("http://enzosworld.gmxhome.de");
about.setHomepage("http://dolphin.kde.org");
about.addAuthor(ki18nc("@info:credit", "Peter Penz"),
ki18nc("@info:credit", "Maintainer and developer"),
"peter.penz@gmx.at");