Branch: master

ab9ad9b4 2014-10-22 11:55:03 Timothy Pearson
Repair mimetype icon usage, part 1.  The following are not fully verified in source as of this commit due to ubiquity: info, unknown
M ksystemlog/src/cups/cupsReader.cpp
diff --git a/ksystemlog/src/cups/cupsReader.cpp b/ksystemlog/src/cups/cupsReader.cpp
index 738b63c..c7a5c47 100644
--- a/ksystemlog/src/cups/cupsReader.cpp
+++ b/ksystemlog/src/cups/cupsReader.cpp
@@ -24,7 +24,7 @@
 #include "parsingHelper.h"
 #include "cupsReader.h"
 
-#define DEBUG2_LOG_LEVEL_ICON "source"
+#define DEBUG2_LOG_LEVEL_ICON "text-x-src"
 
 CupsReader::CupsReader(TQObject *parent, const char *name) : 
 	DefaultReader(parent, name)