Update soundbase.cpp
This commit is contained in:
parent
0a9e188c96
commit
06d804b96a
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ QString CSoundBase::SetDev ( const int iNewDev )
|
||||||
// software anymore
|
// software anymore
|
||||||
QMessageBox::critical (
|
QMessageBox::critical (
|
||||||
nullptr, APP_NAME, QString ( tr ( "The audio driver properties "
|
nullptr, APP_NAME, QString ( tr ( "The audio driver properties "
|
||||||
"have changed to a state which is incompatible to this "
|
"have changed to a state which is incompatible with this "
|
||||||
"software. The selected audio device could not be used "
|
"software. The selected audio device could not be used "
|
||||||
"because of the following error:" ) + " <b>" ) +
|
"because of the following error:" ) + " <b>" ) +
|
||||||
strErrorMessage +
|
strErrorMessage +
|
||||||
|
|
Loading…
Reference in a new issue