mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
minor change
This commit is contained in:
parent
0120d2a019
commit
a86f6ba5b8
2 changed files with 3 additions and 3 deletions
|
|
@ -144,7 +144,7 @@ void MessageLogWidget::logSay(Player *player, QString message)
|
|||
|
||||
void MessageLogWidget::logSpectatorSay(QString spectatorName, QString message)
|
||||
{
|
||||
myAppend(QString("<font color=\"red\">%1:</font> %2").arg(sanitizeHtml(spectatorName)).arg(sanitizeHtml(message)));
|
||||
appendMessage(spectatorName, message, QColor(), false);
|
||||
}
|
||||
|
||||
void MessageLogWidget::logShuffle(Player *player, CardZone *zone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue