skinning is basically completed now. error handling and bugfixes will follow ;-)

This commit is contained in:
doitux
2009-04-02 16:59:28 +00:00
parent b944852a4e
commit 543513ad5d
7 changed files with 265 additions and 74 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ void ChatTools::receiveMessage(QString playerName, QString message) {
case 1: tempMsg = QString("<span style=\"font-weight:normal;\">"+message+"</span>");
break;
// ingame
case 2: tempMsg = QString("<span style=\"color:#"+myStyle->getChatTextColor()+";\">"+message+"</span>");
case 2: tempMsg = QString("<span style=\"color:#"+myStyle->getChatLogTextColor()+";\">"+message+"</span>");
break;
default:;
}