diff options
author | matgic78 <matgic78@gmail.com> | 2009-10-18 12:49:05 +0200 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2009-10-18 12:49:05 +0200 |
commit | d9d892d4220036ac3e3c8ca1f3a0d50074deff60 (patch) | |
tree | b21f3735e8654773366aa1e1bedba8aac5f6f3c6 | |
parent | Merge commit 'refs/merge-requests/1827' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-d9d892d4220036ac3e3c8ca1f3a0d50074deff60.tar.xz |
Add an icon to the "search with" contextmenu action
-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 9e06c9da..20058ce1 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -168,7 +168,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event) // is content selected? Add SEARCH actions if(result.isContentSelected()) { - KActionMenu *searchMenu = new KActionMenu(i18n("Search with"), this); + KActionMenu *searchMenu = new KActionMenu(KIcon("edit-find"), i18n("Search with"), this); KConfig config("kuriikwsfilterrc"); //Share with konqueror KConfigGroup cg = config.group("General"); |