added a "|" split Down and Up in statusbar.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@602 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-06-14 19:23:08 +00:00
parent 2c22ccd0d7
commit 34f6bd812a

View File

@ -324,7 +324,7 @@ void MainWindow::updateStatus()
rsicontrol -> ConfigGetDataRates(downKb, upKb);
std::ostringstream out;
out << "Down: " << std::setprecision(2) << std::fixed << downKb << " (kB/s) Up: " << std::setprecision(2) << std::fixed << upKb << " (kB/s) ";
out << "Down: " << std::setprecision(2) << std::fixed << downKb << " (kB/s)| Up: " << std::setprecision(2) << std::fixed << upKb << " (kB/s) ";
std::list<std::string> ids;
rsPeers->getOnlineList(ids);