┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-08-25 10:42:10 +0000
committerPeter Penz <[email protected]>2007-08-25 10:42:10 +0000
commit33ddc0e7913dfa5f90cbd0b231d766f39cd48b4b (patch)
tree235c22b2dec7d565f15785cc0045d5d487580e85 /src/dolphinview.cpp
parent6a0a614448e6dbc003386492146b68f69fc6caa7 (diff)
don't use the term "Bookmarks" anymore, use "Places" instead (includes devices etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=704553
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index 01099b1cc..207b236ee 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -576,7 +576,7 @@ void DolphinView::startDirLister(const KUrl& url, bool reload)
const KUrl& dirListerUrl = m_dirLister->url();
if ((dirListerUrl == url) || !m_dirLister->url().isParentOf(url)) {
// The current URL is not a child of the dir lister
- // URL. This may happen when e. g. a bookmark has been selected
+ // URL. This may happen when e. g. a place has been selected
// and hence the view must be reset.
keepOldDirs = false;
}