summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-12 17:49:04 -0500
committerTimothy Pearson <[email protected]>2014-10-12 17:49:04 -0500
commit304fceb049c7e403be01308dbc2343ea509fae39 (patch)
tree5ef9c0eae1e697412dd7ee33b028f1efe40c471b
parente6da73393dd2ce6ec929d7cf8b9e4aba18dad223 (diff)
downloadksystemlog-304fceb049c7e403be01308dbc2343ea509fae39.tar.gz
ksystemlog-304fceb049c7e403be01308dbc2343ea509fae39.zip
Bring stop, lock, exit, and run icons into XDG compliance
-rw-r--r--ksystemlog/src/globals.h4
1 files 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<LogMode> 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<LogMode> 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,