new log-window design

This commit is contained in:
floty
2007-10-14 13:09:16 +00:00
parent 9a9bd9e552
commit 6822e60805
+1 -1
View File
@@ -446,7 +446,7 @@ void Log::logPlayerWinsMsg(QString playerName, int pot) {
// PlayerListConstIterator playerConstIt = currentHand->getActivePlayerIt(playerID);
// assert( playerConstIt != currentHand->getActivePlayerList()->end() );
myW->textBrowser_Log->append("<span style=\"color:#FFFF00; font-weight:bold\">"+playerName+" wins "+QString::number(pot,10)+"$!</span><br>");
myW->textBrowser_Log->append("<span style=\"color:#FFFF00;\">"+playerName+" wins "+QString::number(pot,10)+"$!</span><br>");
if(myConfig->readConfigInt("LogOnOff")) {
//if write logfiles is enabled