┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 46ad98bc9..8171d3fb8 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -27,9 +27,9 @@
int main(int argc, char **argv)
{
KAboutData about("dolphin", 0,
- ki18nc("@info", "Dolphin"),
+ ki18nc("@title", "Dolphin"),
"0.9.0",
- ki18nc("@info", "File Manager"),
+ ki18nc("@title", "File Manager"),
KAboutData::License_GPL,
ki18nc("@info:credit", "(C) 2006 Peter Penz"));
about.setHomepage("http://enzosworld.gmxhome.de");