mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
changed welcome message in broadcast chat
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6529 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b105d02524
commit
9e7d6aa00b
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
|
||||||
|
|
||||||
style.setStyleFromSettings(ChatStyle::TYPE_PUBLIC);
|
style.setStyleFromSettings(ChatStyle::TYPE_PUBLIC);
|
||||||
|
|
||||||
setChatInfo(tr("Welcome to RetroShare's group chat."), QString::fromUtf8("blue"));
|
setChatInfo(tr("Retroshare broadcast chat: messages are sent to all connected friends."), QString::fromUtf8("blue"));
|
||||||
|
|
||||||
if (rsHistory->getEnable(true)) {
|
if (rsHistory->getEnable(true)) {
|
||||||
int messageCount = Settings->getPublicChatHistoryCount();
|
int messageCount = Settings->getPublicChatHistoryCount();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue