Added icons to Properties popup menu entry in konqueror and kdesktop.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c1ffddff42)
r14.0.x
Michele Calgaro 4 years ago
parent 917bde50dc
commit bcaaed5dcc
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -999,7 +999,7 @@ void KonqPopupMenu::setup(KonqPopupFlags kpf)
if ( KPropertiesDialog::canDisplay( m_lstItems ) && (kpf & ShowProperties) )
{
act = new TDEAction( i18n( "&Properties" ), 0, TQT_TQOBJECT(this), TQT_SLOT( slotPopupProperties() ),
act = new TDEAction( i18n( "&Properties" ), "edit", 0, TQT_TQOBJECT(this), TQT_SLOT( slotPopupProperties() ),
&m_ownActions, "properties" );
addAction( act );
}

Loading…
Cancel
Save