small fix
This commit is contained in:
parent
d268e8783b
commit
c5f7f0e2b9
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ QString CSoundBase::SetDev ( const int iNewDev )
|
||||||
if ( !vsErrorList.isEmpty() )
|
if ( !vsErrorList.isEmpty() )
|
||||||
{
|
{
|
||||||
// create error message with all details
|
// create error message with all details
|
||||||
QString sErrorMessage = "<b>" + tr ( "No usable " ) +
|
QString sErrorMessage = "<b>" + tr ( "No usable " ) +
|
||||||
strSystemDriverTechniqueName + tr ( " audio device "
|
strSystemDriverTechniqueName + tr ( " audio device "
|
||||||
"(driver) found." ) + "</b><br><br>" + tr (
|
"(driver) found." ) + "</b><br><br>" + tr (
|
||||||
"In the following there is a list of all available drivers "
|
"In the following there is a list of all available drivers "
|
||||||
|
|
Loading…
Reference in a new issue