diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2022-01-07 20:17:02 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-07 20:17:02 -0600 |
| commit | c80a0195749acda08ea414db575d10bd0033f062 (patch) | |
| tree | 0ae46296493698df61763ab1c33f453a83a6e8dd /src/courtroom.cpp | |
| parent | 9f09af1c39e70d68f3ddf9bdc38a12e2b9ab2470 (diff) | |
| parent | 0cebf8c91e80d45b9fbaaa658ce5657c933f0b69 (diff) | |
Merge pull request #619 from AttorneyOnline/feature/http-ms
Switch to HTTP-based server list
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index ff78cea5..0bc4f25f 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -981,7 +981,7 @@ void Courtroom::set_widgets() set_size_and_pos(ui_settings, "settings"); ui_settings->setText(tr("Settings")); - ui_settings->set_image("settings"); + ui_settings->set_image("courtroom_settings"); ui_settings->setToolTip( tr("Allows you to change various aspects of the client.")); @@ -4199,8 +4199,6 @@ void Courtroom::on_ooc_return_pressed() if (server_ooc) ao_app->send_server_packet(f_packet); - else - ao_app->send_ms_packet(f_packet); ui_ooc_chat_message->clear(); |
