diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:48:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:48:58 -0500 |
commit | 8a23da65e2572d3be1e1401619f6b45f87de0187 (patch) | |
tree | 0eb6de670230f352c9a2fedb72789d26e7b2d7f3 /src/lmsensorsdock.cpp | |
parent | 6ceefd56dd40a28a268690fae4c76e25a975e6fc (diff) | |
download | ksensors-8a23da65e2572d3be1e1401619f6b45f87de0187.tar.gz ksensors-8a23da65e2572d3be1e1401619f6b45f87de0187.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src/lmsensorsdock.cpp')
-rw-r--r-- | src/lmsensorsdock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lmsensorsdock.cpp b/src/lmsensorsdock.cpp index bda6c53..74ba610 100644 --- a/src/lmsensorsdock.cpp +++ b/src/lmsensorsdock.cpp @@ -75,7 +75,7 @@ void LMSensorsDock::createMenu() helpmenu_id=menu->insertItem(SmallIcon("help"), i18n("&Help"), helpmenu); menu->insertSeparator(); if(!noDock) menu->insertItem(sensorsWidget ? i18n("&Minimize"):i18n("&Restore"), this, SLOT(minimizeRestoreWidget() ) ,0,100 ); - menu->insertItem(SmallIcon("exit"),i18n("&Exit"), this, SLOT(close()),0,102); + menu->insertItem(SmallIcon("system-log-out"),i18n("&Exit"), this, SLOT(close()),0,102); } void LMSensorsDock::createWidgets() |