mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 22:40:36 -04:00
added Peer ID to Peer Info dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@643 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6b88d80b5e
commit
afeb93d0f3
2 changed files with 17 additions and 2 deletions
|
@ -86,6 +86,7 @@ void ConfCertDialog::loadDialog()
|
|||
ui.name->setText(QString::fromStdString(detail.name));
|
||||
ui.orgloc->setText(QString::fromStdString(detail.org));
|
||||
ui.country->setText(QString::fromStdString(detail.location));
|
||||
ui.peerid->setText(QString::fromStdString(detail.id));
|
||||
|
||||
/* set local address */
|
||||
ui.localAddress->setText(QString::fromStdString(detail.localAddr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue