From a19ce6ad349c047b7feb2ad49c5a066d7dd2c745 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 12:50:00 -0500 Subject: Bring undo, redo, find, and revert icons into XDG compliance --- kcontrol/kcontrol/proxywidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcontrol') diff --git a/kcontrol/kcontrol/proxywidget.cpp b/kcontrol/kcontrol/proxywidget.cpp index f937493fa..94c1b5dd4 100644 --- a/kcontrol/kcontrol/proxywidget.cpp +++ b/kcontrol/kcontrol/proxywidget.cpp @@ -208,7 +208,7 @@ ProxyWidget::ProxyWidget(TDECModule *client, TQString title, const char *name, _handbook= new KPushButton( KGuiItem(KStdGuiItem::help().text(),"contents"), this ); _default = new KPushButton( KStdGuiItem::defaults(), this ); _apply = new KPushButton( KStdGuiItem::apply(), this ); - _reset = new KPushButton( KGuiItem( i18n( "&Reset" ), "undo" ), this ); + _reset = new KPushButton( KGuiItem( i18n( "&Reset" ), "edit-undo" ), this ); _root = new KPushButton( KGuiItem(i18n( "&Administrator Mode" )), this ); bool mayModify = (!run_as_root || !_client->useRootOnlyMsg()) && !KCGlobal::isInfoCenter(); -- cgit v1.2.1