rename fallback chatbox
This commit is contained in:
parent
cc1afbe30e
commit
369cc298e4
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user