restaured tunnel names in the gui

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7571 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-09-28 19:41:47 +00:00
parent 2b6d6db201
commit 58e338a1ff

View File

@ -1415,7 +1415,7 @@ QString TransfersDialog::getPeerName(const RsPeerId& id) const
// connect mgr). In such a case their id can suitably hold for a name.
//
if(res == "")
return QString::fromStdString(id.toStdString()) ;
return tr("Anonymous tunnel 0x")+QString::fromStdString(id.toStdString()).left(8) ;
else
return res ;
}