diff options
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/kcontrol/proxywidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |