From 1e222f437c3e521dc1930b31680a437cc329a078 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 15 Jan 2009 01:01:32 +0100 Subject: - cmake 2.6.2 - changed web inspector icon --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2086ff81..d1f60b5d 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -193,7 +193,7 @@ void MainWindow::setupActions() actionCollection()->addAction( QLatin1String("downloads"), a); connect( a, SIGNAL( triggered(bool) ), this, SLOT( slotDownloadManager() ) ); - a = new KAction( KIcon("page-zoom"), i18n("Enable Web &Inspector"), this ); + a = new KAction( KIcon("tools-report-bug"), i18n("Enable Web &Inspector"), this ); a->setCheckable(true); actionCollection()->addAction( QLatin1String("web inspector"), a ); connect( a, SIGNAL( triggered(bool) ), this, SLOT( slotToggleInspector(bool) ) ); -- cgit v1.2.1