Update serverdlg.cpp

This commit is contained in:
Jonathan 2020-07-04 17:56:35 +01:00 committed by GitHub
parent 89f5125b63
commit aafb2a3439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ lvwClients->setMinimumHeight ( 140 );
pbtNewRecording->setAutoDefault ( false );
pbtRecordingDir->setAutoDefault ( false );
edtRecordingDir->setText( pServer->GetRecordingDir() );
tbtClearRecordingDir->setText ( ""<font color=""black"">&#9003;</font>"" );
tbtClearRecordingDir->setText(QString::fromUtf8("\u232B"));
UpdateRecorderStatus ( QString::null );