From ab39a5952001cdb3d1b9ca693da7f8e246558fb8 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Wed, 25 Nov 2009 08:46:04 +0000 Subject: 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 --- src/dolphinviewactionhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinviewactionhandler.cpp') 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...")); -- cgit v1.3