diff options
| -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); } |
