┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-01-16 15:37:32 +0100
committerPeter Penz <[email protected]>2012-01-16 15:39:46 +0100
commita7295033e669cc651421b4d4262cb310589ac282 (patch)
tree3e03451417b82862e2a3c263c7774317aa7f8486
parent377ce832e127a1f1e3a2b0157166121f1e055416 (diff)
Use new icon for "Show in groups"
This allows adding the "Show in groups" action to the toolbar with a nice icon. CCBUG: 290632
-rw-r--r--src/views/dolphinviewactionhandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp
index caa35230a..f66aebc84 100644
--- a/src/views/dolphinviewactionhandler.cpp
+++ b/src/views/dolphinviewactionhandler.cpp
@@ -195,6 +195,7 @@ void DolphinViewActionHandler::createActions()
}
KToggleAction* showInGroups = m_actionCollection->add<KToggleAction>("show_in_groups");
+ showInGroups->setIcon(KIcon("view-group"));
showInGroups->setText(i18nc("@action:inmenu View", "Show in Groups"));
connect(showInGroups, SIGNAL(triggered(bool)), this, SLOT(toggleGroupedSorting(bool)));