From 8a23da65e2572d3be1e1401619f6b45f87de0187 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:48:58 -0500 Subject: [PATCH] Bring stop, lock, exit, and run icons into XDG compliance --- src/lmsensorsdock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()