added "personal mix at server: " according to #187

This commit is contained in:
Volker Fischer 2020-05-16 11:44:00 +02:00
parent fc2b7a76e2
commit 65f5c8f8b8

View file

@ -653,9 +653,9 @@ void CAudioMixerBoard::ApplyNewConClientList ( CVector<CChannelInfo>& vecChanInf
{ {
// we want to set the server name only if the very first faders appear // we want to set the server name only if the very first faders appear
// in the audio mixer board to show a "try to connect" before // in the audio mixer board to show a "try to connect" before
if ( pGroupBox->title().compare ( strServerName ) ) if ( bNoFaderVisible )
{ {
pGroupBox->setTitle ( strServerName ); pGroupBox->setTitle ( tr ( "Personal Mix at the Server: " ) + strServerName );
} }
// get number of connected clients // get number of connected clients