diff options
| author | Cerapter <cerap@protonmail.com> | 2018-08-19 08:03:14 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-08-19 08:03:14 +0200 |
| commit | b9f1998c93067d29e5b2cea4d30d95229c27a810 (patch) | |
| tree | 354c094108582242a4a3b092013c4f263e6b94b3 | |
| parent | 265b853337e6368afc2816a78a64a4d128f756e4 (diff) | |
Minor fix: the default showname is now correctly the name of the character.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | courtroom.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ object_script* /attorney_online_remake_plugin_import.cpp server/__pycache__ +discord/ *.o moc* diff --git a/courtroom.cpp b/courtroom.cpp index 3dd0c4fc..5800f583 100644 --- a/courtroom.cpp +++ b/courtroom.cpp @@ -811,6 +811,7 @@ void Courtroom::enter_courtroom(int p_cid) //ui_server_chatlog->setHtml(ui_server_chatlog->toHtml()); ui_char_select_background->hide(); + ui_ic_chat_name->setPlaceholderText(ao_app->get_showname(f_char)); ui_ic_chat_message->setEnabled(m_cid != -1); ui_ic_chat_message->setFocus(); |
