summaryrefslogtreecommitdiffstats
path: root/tdeui/kstdguiitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:50:47 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:50:47 -0500
commit235c081002d54596ea7869946ba82829669c9a30 (patch)
tree844f0364874aa2414ced9b4e1537e247e641b624 /tdeui/kstdguiitem.cpp
parente4da373e49c1f6fd31115f8e23465227ca4308b6 (diff)
downloadtdelibs-235c081002d54596ea7869946ba82829669c9a30.tar.gz
tdelibs-235c081002d54596ea7869946ba82829669c9a30.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'tdeui/kstdguiitem.cpp')
-rw-r--r--tdeui/kstdguiitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kstdguiitem.cpp b/tdeui/kstdguiitem.cpp
index 793d4d946..db8c26b91 100644
--- a/tdeui/kstdguiitem.cpp
+++ b/tdeui/kstdguiitem.cpp
@@ -235,7 +235,7 @@ KGuiItem KStdGuiItem::quit()
KGuiItem KStdGuiItem::reset()
{
- return KGuiItem( i18n( "&Reset" ), "undo",
+ return KGuiItem( i18n( "&Reset" ), "edit-undo",
i18n( "Reset configuration" ) );
}
@@ -251,7 +251,7 @@ KGuiItem KStdGuiItem::configure()
KGuiItem KStdGuiItem::find()
{
- return KGuiItem(i18n("&Find"), "find");
+ return KGuiItem(i18n("&Find"), "edit-find");
}
KGuiItem KStdGuiItem::stop()