diff --git a/src/serverdlg.cpp b/src/serverdlg.cpp index e9e06c0620..6c3c0011df 100644 --- a/src/serverdlg.cpp +++ b/src/serverdlg.cpp @@ -764,7 +764,7 @@ void CServerDlg::UpdateGUIDependencies() edtLocationCity->setText ( pServer->GetServerCity() ); cbxLocationCountry->setCurrentIndex ( cbxLocationCountry->findData ( static_cast ( pServer->GetServerCountry() ) ) ); - tedWelcomeMessage->setText ( pServer->GetWelcomeMessage() ); + tedWelcomeMessage->setPlainText ( pServer->GetWelcomeMessage() ); edtCustomDirectory->setText ( pServer->GetDirectoryAddress() );