mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
* 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:
parent
c3f610c519
commit
e6367a2947
2 changed files with 42 additions and 90 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue