diff options
| author | Pino Toscano <[email protected]> | 2007-10-22 15:58:52 +0000 |
|---|---|---|
| committer | Pino Toscano <[email protected]> | 2007-10-22 15:58:52 +0000 |
| commit | d05e966ef46363efc77699c85d51a19b75c89fff (patch) | |
| tree | 16ad03111ef5a0492e87a5fa9fdecd89d9c909c1 /src/treeviewcontextmenu.cpp | |
| parent | 45c3d6e9acaa44048c8313b2b4e4b113c20f3d30 (diff) | |
icon renamings:
- emptytrash -> trash-empty
- edit-trash -> user-trash
svn path=/trunk/KDE/kdebase/apps/; revision=728161
Diffstat (limited to 'src/treeviewcontextmenu.cpp')
| -rw-r--r-- | src/treeviewcontextmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treeviewcontextmenu.cpp b/src/treeviewcontextmenu.cpp index d095ee13d..73d228c2c 100644 --- a/src/treeviewcontextmenu.cpp +++ b/src/treeviewcontextmenu.cpp @@ -79,7 +79,7 @@ void TreeViewContextMenu::open() bool showDeleteCommand = kdeConfig.readEntry("ShowDeleteCommand", false); const KUrl& url = m_fileInfo.url(); if (url.isLocalFile()) { - QAction* moveToTrashAction = new QAction(KIcon("edit-trash"), + QAction* moveToTrashAction = new QAction(KIcon("user-trash"), i18nc("@action:inmenu", "Move To Trash"), this); connect(moveToTrashAction, SIGNAL(triggered()), this, SLOT(moveToTrash())); popup->addAction(moveToTrashAction); |
