aboutsummaryrefslogtreecommitdiff
path: root/launcher/ColorCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/ColorCache.h')
-rw-r--r--launcher/ColorCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ColorCache.h b/launcher/ColorCache.h
index 6ae633b9..a840664d 100644
--- a/launcher/ColorCache.h
+++ b/launcher/ColorCache.h
@@ -91,7 +91,7 @@ public:
LogColorCache(QColor front, QColor back)
: ColorCache(front, back, 1.0)
{
- addColor((int)MessageLevel::MultiMC, QColor("purple"));
+ addColor((int)MessageLevel::Launcher, QColor("purple"));
addColor((int)MessageLevel::Debug, QColor("green"));
addColor((int)MessageLevel::Warning, QColor("orange"));
addColor((int)MessageLevel::Error, QColor("red"));