mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-07-08 04:59:23 +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)
|
||||
{
|
||||
g_string_append_c (events, '\n');
|
||||
g_string_append (events, ",\n");
|
||||
line_len = 0;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user