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/dolphinmainwindow.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/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 74869e967..7e55ccef0 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1096,7 +1096,7 @@ void DolphinMainWindow::setupActions() QAction* moveToTrash = actionCollection()->addAction("move_to_trash"); moveToTrash->setText(i18nc("@action:inmenu File", "Move to Trash")); - moveToTrash->setIcon(KIcon("edit-trash")); + moveToTrash->setIcon(KIcon("user-trash")); moveToTrash->setShortcut(QKeySequence::Delete); connect(moveToTrash, SIGNAL(triggered()), this, SLOT(moveToTrash())); |
