SVN commit 862780 by xvello: Use the bookmarks-organize icon for "edit bookmarks" menu action discussed in kde-core-devel M +1 -1 kstandardaction_p.h --- trunk/KDE/kdelibs/kdeui/actions/kstandardaction_p.h #862779:862780 @@ -91,7 +91,7 @@ { DocumentForward, KStandardShortcut::DocumentForward, "go_document_forward", I18N_NOOP("&Forward in the Document"), 0, "go-next" }, { AddBookmark, KStandardShortcut::AddBookmark, "bookmark_add", I18N_NOOP("&Add Bookmark"), 0, "bookmark-new" }, - { EditBookmarks, KStandardShortcut::EditBookmarks, "bookmark_edit", I18N_NOOP("&Edit Bookmarks"), 0, "bookmarks" }, + { EditBookmarks, KStandardShortcut::EditBookmarks, "bookmark_edit", I18N_NOOP("&Edit Bookmarks"), 0, "bookmarks-organize" }, { Spelling, KStandardShortcut::Spelling, "tools_spelling", I18N_NOOP("&Spelling..."), 0, "tools-check-spelling" },