diff options
author | lionelc <lionelc@lionelc.(none)> | 2009-10-09 18:40:35 +0200 |
---|---|---|
committer | lionelc <lionelc@lionelc.(none)> | 2009-10-09 18:40:35 +0200 |
commit | 3c670d35dc59ff37764c40b44c0ebb4f69cfa447 (patch) | |
tree | cd9856f6af59bdfe2e0f27dea15ee66a8b8bc75b /src | |
parent | HUGE COMMIT (diff) | |
download | rekonq-3c670d35dc59ff37764c40b44c0ebb4f69cfa447.tar.xz |
replace the star icon by a book icon for the bookmarks button-menu
Diffstat (limited to 'src')
-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 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); |