show only server name in group box title

This commit is contained in:
Volker Fischer 2011-05-05 17:54:53 +00:00
parent b675d8587e
commit 6c5961be1f

View File

@ -338,7 +338,7 @@ void CAudioMixerBoard::SetServerName ( const QString& strNewServerName )
} }
else else
{ {
setTitle ( "Server: " + strNewServerName ); setTitle ( strNewServerName );
} }
} }