mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
fixed to use ", " instead ";" to for distance to next peer name
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2977 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
718ed562ca
commit
75349f4fe8
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ void MessagesDialog::insertMessages()
|
||||||
for (pit = msgInfo.msgto.begin(); pit != msgInfo.msgto.end(); pit++)
|
for (pit = msgInfo.msgto.begin(); pit != msgInfo.msgto.end(); pit++)
|
||||||
{
|
{
|
||||||
if (text.isEmpty() == false) {
|
if (text.isEmpty() == false) {
|
||||||
text += ";";
|
text += ", ";
|
||||||
}
|
}
|
||||||
|
|
||||||
QString sPeer = QString::fromStdString(rsPeers->getPeerName(*pit));
|
QString sPeer = QString::fromStdString(rsPeers->getPeerName(*pit));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue