summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorlionelc <lionelc@lionelc.(none)>2009-10-09 18:40:35 +0200
committerlionelc <lionelc@lionelc.(none)>2009-10-09 18:40:35 +0200
commit3c670d35dc59ff37764c40b44c0ebb4f69cfa447 (patch)
treecd9856f6af59bdfe2e0f27dea15ee66a8b8bc75b /src/mainwindow.cpp
parentHUGE COMMIT (diff)
downloadrekonq-3c670d35dc59ff37764c40b44c0ebb4f69cfa447.tar.xz
replace the star icon by a book icon for the bookmarks button-menu
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index ac9b83bb..24227b1f 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -363,7 +363,7 @@ void MainWindow::setupActions()
// Bookmark Menu
KActionMenu *bmMenu = Application::bookmarkProvider()->bookmarkActionMenu(this);
- bmMenu->setIcon(KIcon("rating"));
+ bmMenu->setIcon(KIcon("bookmarks-organize"));
bmMenu->setDelayed(false);
actionCollection()->addAction(QLatin1String("bookmarksActionMenu"), bmMenu);