From 7480aec993c15e0e08e36ec41849c5d720a0dbd8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 23 Aug 2009 12:13:48 +0200 Subject: Add an icon to the help submenu --- 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 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))); -- cgit v1.2.1