From d9c7b45280fc470413e125e52ca1558884429530 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 3 Apr 2009 01:21:23 +0200 Subject: Open Location 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 bd630580..e25373e9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -217,7 +217,7 @@ void MainWindow::setupActions() m_stopReloadAction->setShortcutConfigurable(false); // ============== Custom Actions - a = new KAction(KIcon(), i18n("Open Location"), this); + a = new KAction(KIcon("document-open-remote"), i18n("Open Location"), this); actionCollection()->addAction(QLatin1String("open_location"), a); connect(a, SIGNAL(triggered(bool)) , this, SLOT(slotOpenLocation())); -- cgit v1.2.1