diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-02 02:15:39 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-02 02:15:39 +0100 |
commit | 0f71de25b0b0c7aedbe7dd9ba70e2ee78caadb43 (patch) | |
tree | 36cfb95bad3f7e01bee84dd9059c2842fc26395d /src/webview.cpp | |
parent | Fix crashes (and hopefully bug 212219) (diff) | |
parent | KDE HIG fix (diff) | |
download | rekonq-0f71de25b0b0c7aedbe7dd9ba70e2ee78caadb43.tar.xz |
Merge commit 'refs/merge-requests/83' of git://gitorious.org/rekonq/mainline into panosf
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index 3936ed3c..232a2633 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -278,7 +278,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event) if (ReKonfig::kgetList()) { - a = new KAction(KIcon("kget"), i18n("List all links"), this); + a = new KAction(KIcon("kget"), i18n("List All Links"), this); connect(a, SIGNAL(triggered(bool)), page(), SLOT(downloadAllContentsWithKGet())); menu.addAction(a); } |