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:
defnax 2008-07-10 12:34:30 +00:00
parent 6b88d80b5e
commit afeb93d0f3
2 changed files with 17 additions and 2 deletions

View file

@ -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));