changed local root directory to be "My files" instead of SSLid

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4582 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-08-31 20:17:24 +00:00
parent 52a8b281d5
commit 80269eb824

View File

@ -324,7 +324,7 @@ QVariant TreeStyle_RDM::displayRole(const DirDetails& details,int coln) const
switch(coln)
{
case 0:
return QString::fromUtf8(details.name.c_str());
return (RemoteMode)?(QString::fromUtf8(details.name.c_str())):tr("My files") ;
case 1:
return QString() ;
case 2: