diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-03 01:21:23 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-03 01:21:23 +0200 |
commit | d9c7b45280fc470413e125e52ca1558884429530 (patch) | |
tree | a00550e67a818394b0882f459a9b32cc6b9bdba6 /src/mainwindow.cpp | |
parent | Fixing mainview description (diff) | |
download | rekonq-d9c7b45280fc470413e125e52ca1558884429530.tar.xz |
Open Location Icon
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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())); |