fix a small bug in popup chat dialog with V scroll

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1966 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-02 21:46:20 +00:00
parent 32420790cb
commit e65bce7048

View File

@ -238,7 +238,7 @@ void PopupChatDialog::addChatMsg(ChatInfo *ci)
if (offline)
{
QString offlineMsg = "<br>\n<span style=\"color:#1D84C9\"><strong> ----- PEER OFFLINE (Chat will be lost) -----</strong></span> \n<br>";
ui.textBrowser->setHtml(ui.textBrowser->toHtml() + offlineMsg);
ui.textBrowser->append(offlineMsg);
}