mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
2c22ccd0d7
commit
34f6bd812a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user