diff options
| author | megabigbug <megabigbug@arrakis.(none)> | 2009-07-23 21:49:13 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-24 01:22:22 +0200 | 
| commit | f9af91deffd5affad006ab84c3d9f943a63037d8 (patch) | |
| tree | 31d4e0a6e35edffc6046ee14a78c3764a19b36ad | |
| parent | Not showing the status popup when the window is not active (doesn't have (diff) | |
| download | rekonq-f9af91deffd5affad006ab84c3d9f943a63037d8.tar.xz | |
Add icons for "history panel" and "page source" items
| -rw-r--r-- | src/mainwindow.cpp | 1 | 
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);  }  | 
