summaryrefslogtreecommitdiff
path: root/src/bookmarks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bookmarks.cpp')
-rw-r--r--src/bookmarks.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks.cpp b/src/bookmarks.cpp
index e03bf3dc..ec46dd53 100644
--- a/src/bookmarks.cpp
+++ b/src/bookmarks.cpp
@@ -1,6 +1,6 @@
/* ============================================================
 *
- * This file is a part of the reKonq project
+ * This file is a part of the rekonq project
 *
* Copyright (C) 2008 by Andrea Diamantini <adjam7 at gmail dot com>
 *
@@ -51,7 +51,7 @@ QString OwnBookMarks::currentUrl() const
QString OwnBookMarks::currentTitle() const
{
QString title = m_parent->windowTitle();
- return title.remove( " - reKonq" );
+ return title.remove( " - rekonq" );
}