diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:04 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:52:04 -0500 |
commit | ea6411c33ba2c6f63058c85a3397869171ec0b63 (patch) | |
tree | 3a901b8d7e68690369ebab0044049c92124925cf /amor | |
parent | e02ecc366e6f40586927672793a7d2850dc6e656 (diff) | |
download | tdetoys-ea6411c33ba2c6f63058c85a3397869171ec0b63.tar.gz tdetoys-ea6411c33ba2c6f63058c85a3397869171ec0b63.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'amor')
-rw-r--r-- | amor/amor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/amor.cpp b/amor/amor.cpp index d98cbd1..2580794 100644 --- a/amor/amor.cpp +++ b/amor/amor.cpp @@ -613,7 +613,7 @@ void Amor::slotMouseClicked(const TQPoint &pos) mMenu->insertItem(SmallIcon("configure"), i18n("&Configure..."), this, TQT_SLOT(slotConfigure())); mMenu->insertSeparator(); mMenu->insertItem(SmallIcon("help"), i18n("&Help"), helpMnu); - mMenu->insertItem(SmallIcon("exit"), i18n("&Quit"), kapp, TQT_SLOT(quit())); + mMenu->insertItem(SmallIcon("system-log-out"), i18n("&Quit"), kapp, TQT_SLOT(quit())); } mMenu->exec(pos); |