diff options
| author | Peter Penz <[email protected]> | 2009-02-18 00:09:22 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-02-18 00:09:22 +0000 |
| commit | 264531e8e1ecba7a39d897d11238d5351b24cf5b (patch) | |
| tree | 6822d796472c7a370dac866f006e9cac1bb358e6 /src/dolphinviewactionhandler.cpp | |
| parent | 93b955c3e634530a1910c522a3c973ba031df6bb (diff) | |
use an icon for the "Rename" icon like the Folder View Plasmoid
svn path=/trunk/KDE/kdebase/apps/; revision=927646
Diffstat (limited to 'src/dolphinviewactionhandler.cpp')
| -rw-r--r-- | src/dolphinviewactionhandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |
