diff options
| author | sD <stoned@derpymail.org> | 2020-03-07 21:45:27 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-07 21:45:27 +0100 |
| commit | 369cc298e408b33fe57c9d4ff72cb8a691f7550e (patch) | |
| tree | 1fb7068f04ffa2cf7f72b73df17e1b1293df5438 | |
| parent | cc1afbe30ec154a146ebb663da1319fe04cd4a40 (diff) | |
rename fallback chatbox
| -rw-r--r-- | src/courtroom.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 3d85c303..805c8cca 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1667,8 +1667,8 @@ void Courtroom::handle_chatmessage_2() chatbox_path = legacy_path; else { - QString hnngh_colonel = ao_app->get_theme_path("chatmed.png"); - chatbox_path = hnngh_colonel; + QString default_chatbox_path = ao_app->get_theme_path("chatmed.png"); + chatbox_path = default_chatbox_path; } ui_vp_chatbox->set_image_from_path(chatbox_path); } |
