* removed frame

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@921 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-01-08 18:28:18 +00:00
parent c3f610c519
commit e6367a2947
2 changed files with 42 additions and 90 deletions

View file

@ -239,7 +239,7 @@ void PopupChatDialog::addChatMsg(ChatInfo *ci)
.replace(font)
.replace(fontSize)*/
.replace("%timestamp%", timestamp)
.replace("%name%", name)
.replace("%name%", name)
.replace("%message%", message);
ui.textBrowser->setHtml(ui.textBrowser->toHtml() + formatMsg + "\n");