┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewactionhandler.cpp
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2009-11-25 08:46:04 +0000
committerFrank Reininghaus <[email protected]>2009-11-25 08:46:04 +0000
commitab39a5952001cdb3d1b9ca693da7f8e246558fb8 (patch)
treea19f20c2fc6f478de371c694e9fdd98c4e201cee /src/dolphinviewactionhandler.cpp
parenta6a253667e20c551fba128cc68891f52470da524 (diff)
Restore the "Edit->Selection" menu from Konqueror 3 for file
management. It includes the actions "Select All" and "Select Items Matching a Pattern". This feature will be in KDE 4.4. FEATURE: 197536 svn path=/trunk/KDE/kdebase/apps/; revision=1053976
Diffstat (limited to 'src/dolphinviewactionhandler.cpp')
-rw-r--r--src/dolphinviewactionhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewactionhandler.cpp b/src/dolphinviewactionhandler.cpp
index 5844fff81..cc89725c2 100644
--- a/src/dolphinviewactionhandler.cpp
+++ b/src/dolphinviewactionhandler.cpp
@@ -87,7 +87,7 @@ void DolphinViewActionHandler::createActions()
newDirAction->setIcon(KIcon("folder-new"));
connect(newDirAction, SIGNAL(triggered()), this, SIGNAL(createDirectory()));
- // Edit menu
+ // File menu
KAction* rename = m_actionCollection->addAction("rename");
rename->setText(i18nc("@action:inmenu File", "Rename..."));