changed color of peer having authenticated own key, to avoid confusion with friends of friends in networkview.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3828 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-11-19 22:13:42 +00:00
parent 58dcb79f42
commit 2075cdfd4a

View File

@ -485,7 +485,7 @@ void NetworkDialog::insertConnect()
if (detail.hasSignedMe)
{
backgrndcolor=QColor("#42B2B2"); //kind of darkCyan
backgrndcolor=QColor("#B242B2"); //kind of purple
item -> setIcon(0,(QIcon(IMAGE_DENIED)));
for(int k=0;k<8;++k)
item -> setToolTip(k, QString::fromStdString(detail.name) + tr(" has authenticated you. \nRight-click and select 'make friend' to be able to connect."));