┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewactionhandler.cpp
diff options
context:
space:
mode:
authorShaun Reich <[email protected]>2009-03-11 22:46:34 +0000
committerShaun Reich <[email protected]>2009-03-11 22:46:34 +0000
commit26a75802ebcd74dc9182ff8f2ef9acf8319e0037 (patch)
tree3477d4162fd814b1a8b58b2bc70b373faa6aef56 /src/dolphinviewactionhandler.cpp
parentfb362b97a7184df04a5409c75c0c5332262f356c (diff)
Using the "document-properties" icon for the Properties entry of the RMB context menu. This is used elsewhere already...
svn path=/trunk/KDE/kdebase/apps/; revision=938482
Diffstat (limited to 'src/dolphinviewactionhandler.cpp')
-rw-r--r--src/dolphinviewactionhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinviewactionhandler.cpp b/src/dolphinviewactionhandler.cpp
index 2c83c9bda..dc4d6a909 100644
--- a/src/dolphinviewactionhandler.cpp
+++ b/src/dolphinviewactionhandler.cpp
@@ -113,6 +113,7 @@ void DolphinViewActionHandler::createActions()
KAction *propertiesAction = m_actionCollection->addAction( "properties" );
// Well, it's the File menu in dolphinmainwindow and the Edit menu in dolphinpart... :)
propertiesAction->setText( i18nc("@action:inmenu File", "Properties") );
+ propertiesAction->setIcon(KIcon("document-properties"));
propertiesAction->setShortcut(Qt::ALT | Qt::Key_Return);
connect(propertiesAction, SIGNAL(triggered()), SLOT(slotProperties()));