Show message whether avatar report was successful.

This commit is contained in:
lotodore
2011-01-16 16:35:54 +00:00
parent 2d05ccbafe
commit 5f8e662457
3 changed files with 31 additions and 3 deletions
+6 -3
View File
@@ -951,11 +951,14 @@ void startWindowImpl::networkMessage(unsigned msgId)
switch(msgId) {
case 1: { msgText = tr("The avatar report was accepted by the server. Thank you."); }
case MSG_NET_AVATAR_REPORT_ACCEPTED:
{ msgText = tr("The avatar report was accepted by the server. Thank you."); }
break;
case 2: { msgText = tr("This avatar was already reported by another player."); }
case MSG_NET_AVATAR_REPORT_DUP:
{ msgText = tr("This avatar was already reported by another player."); }
break;
case 3: { msgText = tr("An error occurred while reporting the avatar."); }
case MSG_NET_AVATAR_REPORT_REJECTED:
{ msgText = tr("An error occurred while reporting the avatar."); }
break;
default:;
break;