show number of connected clients as well as max clients in serverbrowser
This commit is contained in:
parent
829b06d732
commit
3a1645b988
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ void CConnectDlg::SetPingTimeAndNumClientsResult ( const CHostAddress& InetAddr,
|
|||
else
|
||||
{
|
||||
pCurListViewItem->
|
||||
setText ( 2, QString().setNum ( iNumClients ) );
|
||||
setText ( 2, QString().setNum ( iNumClients ) + "/" + pCurListViewItem->text ( 5 ) );
|
||||
}
|
||||
|
||||
// check if the number of child list items matches the number of
|
||||
|
|
Loading…
Reference in a new issue