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 /tdeui/kstdguiitem.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 'tdeui/kstdguiitem.cpp')
-rw-r--r-- | tdeui/kstdguiitem.cpp | 4 |
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() |