summaryrefslogtreecommitdiffstats
path: root/kodo
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:52:04 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-12 17:52:04 -0500
commitea6411c33ba2c6f63058c85a3397869171ec0b63 (patch)
tree3a901b8d7e68690369ebab0044049c92124925cf /kodo
parente02ecc366e6f40586927672793a7d2850dc6e656 (diff)
downloadtdetoys-ea6411c33ba2c6f63058c85a3397869171ec0b63.tar.gz
tdetoys-ea6411c33ba2c6f63058c85a3397869171ec0b63.zip
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'kodo')
-rw-r--r--kodo/kodometer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kodo/kodometer.cpp b/kodo/kodometer.cpp
index 43a5794..8468190 100644
--- a/kodo/kodometer.cpp
+++ b/kodo/kodometer.cpp
@@ -99,7 +99,7 @@ Kodometer::Kodometer(TQWidget* parent, const char* name)
menu->insertItem(SmallIconSet("help"), i18n("&Help"), helpMnu);
- menu->insertItem(SmallIconSet("exit"), i18n("&Quit"), this, TQT_SLOT(quit()));
+ menu->insertItem(SmallIconSet("system-log-out"), i18n("&Quit"), this, TQT_SLOT(quit()));
menu->setCheckable(true);
menu->setItemChecked(enabledID, Enabled);