mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-29 08:43:29 -05:00
* fixed Color
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@955 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4eddc7b3f9
commit
834dba0b68
@ -76,7 +76,7 @@ void PeerStatus::setPeerStatus()
|
||||
int others = 1 + ids.size();
|
||||
|
||||
std::ostringstream out2;
|
||||
out2 << "<span style=\"color:#008000\"><strong>Online: </strong></span>" << online << " | <span style=\"color:#0000FF\"><strong>Friends: </strong></span>" << friends << " | <span style=\"color:FF0033\"><strong>Network: </strong></span>" << others << " ";
|
||||
out2 << "<span style=\"color:#008000\"><strong>Online: </strong></span>" << online << " | <span style=\"color:#0000FF\"><strong>Friends: </strong></span>" << friends << " | <span style=\"color:#FF0033\"><strong>Network: </strong></span>" << others << " ";
|
||||
|
||||
|
||||
if (statusPeers)
|
||||
|
Loading…
x
Reference in New Issue
Block a user