summaryrefslogtreecommitdiffstats
path: root/kmail/searchwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/searchwindow.cpp')
-rw-r--r--kmail/searchwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/searchwindow.cpp b/kmail/searchwindow.cpp
index 52f4647e..668876a6 100644
--- a/kmail/searchwindow.cpp
+++ b/kmail/searchwindow.cpp
@@ -110,7 +110,7 @@ SearchWindow::SearchWindow(KMMainWidget* w, const char* name,
KMFolder *curFolder, bool modal):
KDialogBase(0, name, modal, i18n("Find Messages"),
User1 | User2 | Close, User1, false,
- KGuiItem( i18n("&Search"), "find" ),
+ KGuiItem( i18n("&Search"), "edit-find" ),
KStdGuiItem::stop()),
mStopped(false),
mCloseRequested(false),