mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-07-08 12:59:24 +00:00
Fixed missing comma in color tooltips
This commit is contained in:
@@ -1777,7 +1777,7 @@ text_color_event_list (int color)
|
|||||||
{
|
{
|
||||||
if (line_len + name_len + 2 > 76)
|
if (line_len + name_len + 2 > 76)
|
||||||
{
|
{
|
||||||
g_string_append_c (events, '\n');
|
g_string_append (events, ",\n");
|
||||||
line_len = 0;
|
line_len = 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user