Added error message type for skins, which is atm only used to display

automatic login failures. Added Arthur's new icons for errors, and
friend+achievement icons for Ocean skin.
This commit is contained in:
hiker
2015-03-02 18:51:50 +11:00
parent 07116006a6
commit b21dafc12b
7 changed files with 9 additions and 1 deletions

View File

@@ -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