~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/tron/gServerBrowser.cpp

  • Committer: wrtlprnft
  • Date: 2007-01-14 18:03:50 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:6926
- added the server description to the server browser in the french language file
- insert a white color string after the server URI

Show diffs side-by-side

added added

removed removed

Lines of Context:
598
598
        else
599
599
            players << tOutput( "$network_master_players_empty" );
600
600
        players << "\n" << tColoredString::ColorString(1,1,1);
601
 
        players << tOutput( "$network_master_serverinfo", server->Release(), server->Url(), server->Options() );
 
601
        tColoredString uri;
 
602
        uri << server->Url() << tColoredString::ColorString(1,1,1);
 
603
        players << tOutput( "$network_master_serverinfo", server->Release(), uri, server->Options() );
602
604
    }
603
605
#endif
604
606
}