diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:48:14 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 12:48:14 -0500 |
commit | dde15864cec3c2e8d8c7b445f5005ac12089c6df (patch) | |
tree | ae006285417740a2bad5a65fdbefb3c55de13689 /kshutdownlockout/lockout.cpp | |
parent | 7cfd29abc5d369b4f0db5b1d2d67b055937b3ced (diff) | |
download | kshutdown-dde15864cec3c2e8d8c7b445f5005ac12089c6df.tar.gz kshutdown-dde15864cec3c2e8d8c7b445f5005ac12089c6df.zip |
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'kshutdownlockout/lockout.cpp')
-rw-r--r-- | kshutdownlockout/lockout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kshutdownlockout/lockout.cpp b/kshutdownlockout/lockout.cpp index b4e1e84..d1cd5d2 100644 --- a/kshutdownlockout/lockout.cpp +++ b/kshutdownlockout/lockout.cpp @@ -168,7 +168,7 @@ void Lockout::initActions() { ); _logoutAction = new TDEAction( - i18n("End Current Session"), "undo", TDEShortcut(), + i18n("End Current Session"), "edit-undo", TDEShortcut(), this, SLOT(slotLogout()), ac_shutDown, "kshutdown_logout" ); |