diff options
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" ); |