show only server name in group box title
This commit is contained in:
parent
b675d8587e
commit
6c5961be1f
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ void CAudioMixerBoard::SetServerName ( const QString& strNewServerName )
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
setTitle ( "Server: " + strNewServerName );
|
setTitle ( strNewServerName );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue