diff options
Diffstat (limited to 'kmail/searchwindow.cpp')
-rw-r--r-- | kmail/searchwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/searchwindow.cpp b/kmail/searchwindow.cpp index 52f4647ec..668876a68 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), |