mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
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:
parent
2b6d6db201
commit
58e338a1ff
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
// connect mgr). In such a case their id can suitably hold for a name.
|
||||||
//
|
//
|
||||||
if(res == "")
|
if(res == "")
|
||||||
return QString::fromStdString(id.toStdString()) ;
|
return tr("Anonymous tunnel 0x")+QString::fromStdString(id.toStdString()).left(8) ;
|
||||||
else
|
else
|
||||||
return res ;
|
return res ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue