diff --git a/data/skins/Ocean.stkskin b/data/skins/Ocean.stkskin
index 2fabdb4f1..d4d7196de 100644
--- a/data/skins/Ocean.stkskin
+++ b/data/skins/Ocean.stkskin
@@ -76,6 +76,10 @@ when the border that intersect at this corner are enabled.
left_border="128" right_border="13" top_border="13" bottom_border="13"
preserve_h_aspect_ratios="true" hborder_out_portion="0" vborder_out_portion="0"/>
+
+
diff --git a/data/skins/Peach.stkskin b/data/skins/Peach.stkskin
index e9594353f..bca6fab82 100644
--- a/data/skins/Peach.stkskin
+++ b/data/skins/Peach.stkskin
@@ -76,6 +76,10 @@ when the border that intersect at this corner are enabled.
left_border="128" right_border="13" top_border="13" bottom_border="13"
preserve_h_aspect_ratios="true" hborder_out_portion="0" vborder_out_portion="0"/>
+
+
diff --git a/data/skins/ocean/achievement.png b/data/skins/ocean/achievement.png
index b2d4585a8..f5044fb7a 100644
Binary files a/data/skins/ocean/achievement.png and b/data/skins/ocean/achievement.png differ
diff --git a/data/skins/ocean/error.png b/data/skins/ocean/error.png
new file mode 100755
index 000000000..689c0224c
Binary files /dev/null and b/data/skins/ocean/error.png differ
diff --git a/data/skins/ocean/friend.png b/data/skins/ocean/friend.png
index 9238c8add..415360321 100644
Binary files a/data/skins/ocean/friend.png and b/data/skins/ocean/friend.png differ
diff --git a/data/skins/peach/error.png b/data/skins/peach/error.png
new file mode 100755
index 000000000..2597e9c75
Binary files /dev/null and b/data/skins/peach/error.png differ
diff --git a/src/guiengine/message_queue.cpp b/src/guiengine/message_queue.cpp
index 747e9b403..10554595e 100755
--- a/src/guiengine/message_queue.cpp
+++ b/src/guiengine/message_queue.cpp
@@ -53,7 +53,7 @@ public:
if(mt==MessageQueue::MT_ACHIEVEMENT)
m_render_type = "achievement-message::neutral";
else if (mt==MessageQueue::MT_ERROR)
- m_render_type = "achievement-message::neutral";
+ m_render_type = "error-message::neutral";
else
m_render_type = "friend-message::neutral";
} // Message