From 1888aa3f174b255197083918279692b4f73ebc2d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 30 Sep 2009 11:20:33 +0200 Subject: Turned "Add bookmark" action to KDE one and implemented an "add to preferred" mechanism (an action in the contextual menu) --- src/webview.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/webview.cpp') diff --git a/src/webview.cpp b/src/webview.cpp index e4d98298..fac98f71 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -274,6 +274,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event) menu.addAction(mainwindow->actionByName(KStandardAction::name(KStandardAction::SaveAs))); menu.addAction(mainwindow->actionByName("page_source")); + menu.addAction(mainwindow->actionByName("add_to_preferred")); QAction *addBookmarkAction = Application::bookmarkProvider()->actionByName("rekonq_add_bookmark"); menu.addAction(addBookmarkAction); -- cgit v1.2.1