From: Peter Penz Date: Wed, 18 Feb 2009 00:09:22 +0000 (+0000) Subject: use an icon for the "Rename" icon like the Folder View Plasmoid X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/264531e8e1ecba7a39d897d11238d5351b24cf5b?ds=inline use an icon for the "Rename" icon like the Folder View Plasmoid svn path=/trunk/KDE/kdebase/apps/; revision=927646 --- diff --git a/src/dolphinviewactionhandler.cpp b/src/dolphinviewactionhandler.cpp index 45603c286..2c83c9bda 100644 --- a/src/dolphinviewactionhandler.cpp +++ b/src/dolphinviewactionhandler.cpp @@ -83,6 +83,7 @@ void DolphinViewActionHandler::createActions() KAction* rename = m_actionCollection->addAction("rename"); rename->setText(i18nc("@action:inmenu File", "Rename...")); rename->setShortcut(Qt::Key_F2); + rename->setIcon(KIcon("edit-rename")); connect(rename, SIGNAL(triggered()), this, SLOT(slotRename())); KAction* moveToTrash = m_actionCollection->addAction("move_to_trash");