]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Using the "document-properties" icon for the Properties entry of the RMB context...
authorShaun Reich <shaun.reich@kdemail.net>
Wed, 11 Mar 2009 22:46:34 +0000 (22:46 +0000)
committerShaun Reich <shaun.reich@kdemail.net>
Wed, 11 Mar 2009 22:46:34 +0000 (22:46 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=938482

src/dolphinviewactionhandler.cpp

index 2c83c9bda926df93fc53490037a0bba527c6f08b..dc4d6a9095a7cfc41265876dc1542d7826a1f702 100644 (file)
@@ -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()));