From 235c081002d54596ea7869946ba82829669c9a30 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 12:50:47 -0500 Subject: Bring undo, redo, find, and revert icons into XDG compliance --- tdeui/kstdguiitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeui/kstdguiitem.cpp') 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() -- cgit v1.2.1