summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 2b654f9b..1ac65913 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -358,6 +358,7 @@ void MainWindow::setupSidePanel()
KAction* a = (KAction *) m_sidePanel->toggleViewAction();
a->setText( i18n("History Panel") );
a->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_H)); // WARNING : is this the right shortcut ??
+ a->setIcon(KIcon("view-history"));
actionCollection()->addAction(QLatin1String("show_history_panel"), a);
}