mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-06 05:14:21 -04:00
improved gui message for known peers that are not friends
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7066 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
08f442d65b
commit
730554d397
4 changed files with 18 additions and 8 deletions
|
@ -130,6 +130,11 @@ void SecurityItem::updateItemStatic()
|
|||
title = tr("Certificate has wrong signature!! This peer is not who he claims to be.");
|
||||
requestLabel->hide();
|
||||
break;
|
||||
case RS_FEED_ITEM_SEC_MISSING_CERTIFICATE:
|
||||
title = tr("Peer/location not in friendlist (PGP id=")+QString::fromStdString(mGpgId)+")";
|
||||
avatar->setDefaultAvatar(":images/avatar_request_unknown.png");
|
||||
requestLabel->show();
|
||||
break;
|
||||
case RS_FEED_ITEM_SEC_BAD_CERTIFICATE:
|
||||
{
|
||||
RsPeerDetails details ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue