Added "document-properties" icon to "Properties", I added in another menu also, for the same action, but this is a different menu, yet used in the same context.

svn path=/trunk/KDE/kdebase/apps/; revision=938793
This commit is contained in:
Shaun Reich 2009-03-13 01:07:51 +00:00
parent b9b9df7296
commit 92534adf15

View file

@ -289,7 +289,7 @@ void DolphinContextMenu::openViewportContextMenu()
addCustomActions(popup);
QAction* propertiesAction = popup->addAction(i18nc("@action:inmenu", "Properties"));
propertiesAction->setIcon(KIcon("document-properties"));
QAction* action = popup->exec(QCursor::pos());
if (action == propertiesAction) {
const KUrl& url = m_mainWindow->activeViewContainer()->url();