From 369cc298e408b33fe57c9d4ff72cb8a691f7550e Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 7 Mar 2020 21:45:27 +0100 Subject: [PATCH] rename fallback chatbox --- src/courtroom.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 3d85c30..805c8cc 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); }