summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:12 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:48:12 -0500
commit2ddaee2afac0b39fcc2dcea7798934f1324f3f25 (patch)
tree4f9273c993e114f98fd75e6fcfb9ee906e53636f
parentaadd0834093f760a21764655c0c79e96c80be385 (diff)
downloadkerberostray-2ddaee2a.tar.gz
kerberostray-2ddaee2a.zip
Bring stop, lock, exit, and run icons into XDG compliance
-rw-r--r--src/toplevel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toplevel.cpp b/src/toplevel.cpp
index beb0006..6442a78 100644
--- a/src/toplevel.cpp
+++ b/src/toplevel.cpp
@@ -87,7 +87,7 @@ TopLevel::TopLevel() : KSystemTray(), ticketWatch(0), m_refreshTimer(0), m_reque
menu->insertSeparator();
confAct->plug(menu);
menu->insertItem(SmallIcon("help"), i18n("&Help"), helpMnu);
- menu->insertItem(SmallIcon("exit"), i18n("Quit"), kapp, TQT_SLOT(quit()));
+ menu->insertItem(SmallIcon("system-log-out"), i18n("Quit"), kapp, TQT_SLOT(quit()));
load();