Added welcome message to the chat lobby.

Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5043 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-03-20 23:05:17 +00:00
parent 9f627783aa
commit bbdb3b9614
5 changed files with 117 additions and 27 deletions

View file

@ -291,6 +291,11 @@ void ChatWidget::focusDialog()
ui->chattextEdit->setFocus();
}
void ChatWidget::setWelcomeMessage(QString &text)
{
ui->textBrowser->setText(text);
}
void ChatWidget::addChatMsg(bool incoming, const QString &name, const QDateTime &sendTime, const QDateTime &recvTime, const QString &message, enumChatType chatType)
{
#ifdef CHAT_DEBUG