diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:50:47 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:50:47 -0500 |
commit | 235c081002d54596ea7869946ba82829669c9a30 (patch) | |
tree | 844f0364874aa2414ced9b4e1537e247e641b624 /tdeutils/kfinddialog.cpp | |
parent | e4da373e49c1f6fd31115f8e23465227ca4308b6 (diff) | |
download | tdelibs-235c081002d54596ea7869946ba82829669c9a30.tar.gz tdelibs-235c081002d54596ea7869946ba82829669c9a30.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'tdeutils/kfinddialog.cpp')
-rw-r--r-- | tdeutils/kfinddialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeutils/kfinddialog.cpp b/tdeutils/kfinddialog.cpp index 974e259b4..9937cd188 100644 --- a/tdeutils/kfinddialog.cpp +++ b/tdeutils/kfinddialog.cpp @@ -237,7 +237,7 @@ void KFindDialog::init(bool forReplace, const TQStringList &findStrings, bool ha } else { - setButtonOK(KGuiItem( i18n("&Find"), "find", + setButtonOK(KGuiItem( i18n("&Find"), "edit-find", i18n("Start searching"), i18n("<qt>If you press the <b>Find</b> button, the text you entered " "above is searched for within the document.</qt>"))); |