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 1, 2023
1 parent ff3d3ed commit 53df82c
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 @@ -763,7 +763,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 53df82c

Please sign in to comment.