From 304fceb049c7e403be01308dbc2343ea509fae39 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:49:04 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- ksystemlog/src/globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ksystemlog/src/globals.h b/ksystemlog/src/globals.h index 7658ab4..af8afe3 100644 --- a/ksystemlog/src/globals.h +++ b/ksystemlog/src/globals.h @@ -44,7 +44,7 @@ typedef TQPtrList LogModes; // String was "none" -#define NONE_LOG_LEVEL_ICON "help" +#define NONE_LOG_LEVEL_ICON "help" #define DEBUG_LOG_LEVEL_ICON "attach" #define INFORMATION_LOG_LEVEL_ICON "messagebox_info" @@ -53,7 +53,7 @@ typedef TQPtrList LogModes; #define ERROR_LOG_LEVEL_ICON "messagebox_critical" #define CRITICAL_LOG_LEVEL_ICON "core" #define ALERT_LOG_LEVEL_ICON "kalarm" -#define EMERGENCY_LOG_LEVEL_ICON "exit" +#define EMERGENCY_LOG_LEVEL_ICON "system-log-out" enum logLevelIds { NONE_LOG_LEVEL_ID=0, -- cgit v1.2.1