Skip to content

Commit

Permalink
#3050 Save HTML formatting in Server Welcome Message
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones committed May 22, 2023
1 parent ba6929c commit 203f7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serverdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ void CServerDlg::UpdateGUIDependencies()
edtLocationCity->setText ( pServer->GetServerCity() );
cbxLocationCountry->setCurrentIndex ( cbxLocationCountry->findData ( static_cast<int> ( pServer->GetServerCountry() ) ) );

tedWelcomeMessage->setText ( pServer->GetWelcomeMessage() );
tedWelcomeMessage->setPlainText ( pServer->GetWelcomeMessage() );

edtCustomDirectory->setText ( pServer->GetDirectoryAddress() );

Expand Down

0 comments on commit 203f7c1

Please sign in to comment.