summaryrefslogtreecommitdiff
path: root/src/webtab
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2014-01-04 11:01:13 +0100
committerAndrea Diamantini <adjam7@gmail.com>2014-01-04 11:01:13 +0100
commit70175cc6724e7f84e9ae0ba1d42ce26002a9492b (patch)
treeaee8cda0373d01a049ed5edd967ecc1b3c015f88 /src/webtab
parentFix inconsistent dll linkage - those sources aren't being used for a shared lib. (diff)
downloadrekonq-70175cc6724e7f84e9ae0ba1d42ce26002a9492b.tar.xz
Save Action (to re-enable CTRL + S)
Diffstat (limited to 'src/webtab')
-rw-r--r--src/webtab/webview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab/webview.cpp b/src/webtab/webview.cpp
index f2349c01..6a720654 100644
--- a/src/webtab/webview.cpp
+++ b/src/webtab/webview.cpp
@@ -373,7 +373,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event)
menu.addAction(pageAction(KWebPage::SelectAll));
if (webwin)
- menu.addAction(webwin->actionByName(KStandardAction::name(KStandardAction::SaveAs)));
+ menu.addAction(webwin->actionByName(KStandardAction::name(KStandardAction::Save)));
if (!KStandardDirs::findExe("kget").isNull() && ReKonfig::kgetList())
{