summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:50:00 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:50:00 -0500
commita19ce6ad349c047b7feb2ad49c5a066d7dd2c745 (patch)
treec9653e96df0d2c19ea0c55273fdc69b15a1b073c /ksysguard/gui
parent064f8056e28239c0e08a6a5443447fbb2a7ecc9d (diff)
downloadtdebase-a19ce6ad349c047b7feb2ad49c5a066d7dd2c745.tar.gz
tdebase-a19ce6ad349c047b7feb2ad49c5a066d7dd2c745.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'ksysguard/gui')
-rw-r--r--ksysguard/gui/ksysguard.cc2
1 files changed, 1 insertions, 1 deletions
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" );