diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-23 12:13:48 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-23 12:13:48 +0200 |
commit | 7480aec993c15e0e08e36ec41849c5d720a0dbd8 (patch) | |
tree | fb169c1c6afe449671f715565c43ff37da3780a5 | |
parent | Applied Lindsay's patch about opening Home Page in new tabs (diff) | |
download | rekonq-7480aec993c15e0e08e36ec41849c5d720a0dbd8.tar.xz |
Add an icon to the help submenu
-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 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))); |