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 --- ksysguard/gui/ksysguard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksysguard/gui/ksysguard.cc') diff --git a/ksysguard/gui/ksysguard.cc b/ksysguard/gui/ksysguard.cc index 0e8f810e1..2e62465f7 100644 --- a/ksysguard/gui/ksysguard.cc +++ b/ksysguard/gui/ksysguard.cc @@ -133,7 +133,7 @@ TopLevel::TopLevel( const char *name ) new TDEAction( i18n( "&Worksheet Properties" ), "configure", 0, TQT_TQOBJECT(mWorkSpace), TQT_SLOT( configure() ), actionCollection(), "configure_sheet" ); - new TDEAction( i18n( "Load Standard Sheets" ), "revert", + new TDEAction( i18n( "Load Standard Sheets" ), "document-revert", 0, TQT_TQOBJECT(this), TQT_SLOT( resetWorkSheets() ), actionCollection(), "revert_all_worksheets" ); -- cgit v1.2.1