summaryrefslogtreecommitdiffstats
path: root/kmail/searchwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:12 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:12 -0500
commitd59f74e30fb3df4bfd516cf813a05702acc0c801 (patch)
tree4057a47256692a94f7a6c071216339a5cabd6b4a /kmail/searchwindow.cpp
parent267521c81f896cfbfcf4fbff69411d189114e855 (diff)
downloadtdepim-d59f74e30fb3df4bfd516cf813a05702acc0c801.tar.gz
tdepim-d59f74e30fb3df4bfd516cf813a05702acc0c801.zip
Bring undo, redo, find, and revert icons into XDG compliance
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),