mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -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…
Reference in New Issue
Block a user