From d59f74e30fb3df4bfd516cf813a05702acc0c801 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 12:51:12 -0500 Subject: Bring undo, redo, find, and revert icons into XDG compliance --- kmail/searchwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/searchwindow.cpp') 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), -- cgit v1.2.1