Added ConnectProgressDialog - to help people workout why RS is not connecting.

- Pops up when you do a "Connect Attempt" from the FriendList.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6590 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2013-08-22 07:30:54 +00:00
parent f519ae1a0d
commit b566d6d69c
7 changed files with 1297 additions and 0 deletions

View file

@ -431,6 +431,7 @@ void DhtWindow::updateNetPeers()
cpmstr = "Relay VIA " + QString::fromStdString(status.mPeerConnectProxyId);
break;
default:
case RSDHT_TOU_MODE_NONE:
cpmstr = "None";
break;
}