summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-23 12:13:48 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-23 12:13:48 +0200
commit7480aec993c15e0e08e36ec41849c5d720a0dbd8 (patch)
treefb169c1c6afe449671f715565c43ff37da3780a5 /src/mainwindow.cpp
parentApplied Lindsay's patch about opening Home Page in new tabs (diff)
downloadrekonq-7480aec993c15e0e08e36ec41849c5d720a0dbd8.tar.xz
Add an icon to the help submenu
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index f07ce198..085c6f7f 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -383,6 +383,7 @@ void MainWindow::setupTools()
toolsMenu->addSeparator();
+ helpMenu()->setIcon(KIcon("help-browser"));
toolsMenu->addAction(helpMenu()->menuAction());
toolsMenu->addAction(actionByName(KStandardAction::name(KStandardAction::Preferences)));