diff options
| author | Shaun Reich <[email protected]> | 2009-03-13 01:07:51 +0000 |
|---|---|---|
| committer | Shaun Reich <[email protected]> | 2009-03-13 01:07:51 +0000 |
| commit | 92534adf15560c368e21466a467c3221d2fb7abf (patch) | |
| tree | a3b9543bf17a46e293ff2297ff92f8e4ee93d50c /src | |
| parent | b9b9df729649b17290fc574cf617f53722583f03 (diff) | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphincontextmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphincontextmenu.cpp b/src/dolphincontextmenu.cpp index f633fb945..662050d77 100644 --- a/src/dolphincontextmenu.cpp +++ b/src/dolphincontextmenu.cpp @@ -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(); |
