From f9af91deffd5affad006ab84c3d9f943a63037d8 Mon Sep 17 00:00:00 2001 From: megabigbug Date: Thu, 23 Jul 2009 21:49:13 +0200 Subject: Add icons for "history panel" and "page source" items --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainwindow.cpp') 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); } -- cgit v1.2.1