rename fallback chatbox

This commit is contained in:
sD 2020-03-07 21:45:27 +01:00
parent cc1afbe30e
commit 369cc298e4

View File

@ -1667,8 +1667,8 @@ void Courtroom::handle_chatmessage_2()
chatbox_path = legacy_path; chatbox_path = legacy_path;
else else
{ {
QString hnngh_colonel = ao_app->get_theme_path("chatmed.png"); QString default_chatbox_path = ao_app->get_theme_path("chatmed.png");
chatbox_path = hnngh_colonel; chatbox_path = default_chatbox_path;
} }
ui_vp_chatbox->set_image_from_path(chatbox_path); ui_vp_chatbox->set_image_from_path(chatbox_path);
} }