Added icon to Properties popup menu entry.

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

@ -607,7 +607,7 @@ void Krusader::setupActions() {
SLOTS, TQT_SLOT( createChecksum() ), actionCollection(), "create checksum" );
actMatchChecksum = new TDEAction( i18n( "Verify Checksum..." ), "match_checksum", 0,
SLOTS, TQT_SLOT( matchChecksum() ), actionCollection(), "match checksum" );
actProperties = new TDEAction( i18n( "&Properties..." ), 0, ALT+Key_Enter,
actProperties = new TDEAction( i18n( "&Properties..." ), "edit", ALT+Key_Enter,
SLOTS, TQT_SLOT( properties() ), actionCollection(), "properties" );
actPack = new TDEAction( i18n( "Pac&k..." ), "kr_arc_pack", ALT + Key_P,
SLOTS, TQT_SLOT( slotPack() ), actionCollection(), "pack" );

Loading…
Cancel
Save