summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2009-07-23 21:49:13 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-24 01:22:22 +0200
commitf9af91deffd5affad006ab84c3d9f943a63037d8 (patch)
tree31d4e0a6e35edffc6046ee14a78c3764a19b36ad /src
parentNot showing the status popup when the window is not active (doesn't have (diff)
downloadrekonq-f9af91deffd5affad006ab84c3d9f943a63037d8.tar.xz
Add icons for "history panel" and "page source" items
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);
}