mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 23:55:35 -04:00
improve peer chat and message composer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2078 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cd7467e86d
commit
c62daadacd
4 changed files with 386 additions and 364 deletions
|
@ -322,7 +322,7 @@ void ChanMsgDialog::insertSendList()
|
|||
|
||||
/* add all the labels */
|
||||
/* (0) Person */
|
||||
item -> setText(0, QString::fromStdString(detail.name));
|
||||
item -> setText(0, QString::fromStdString(detail.name) + " - " + QString::fromStdString(detail.location));
|
||||
/* () Org */
|
||||
//item -> setText(1, QString::fromStdString(detail.org));
|
||||
/* () Location */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue