diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-27 15:52:51 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-27 15:52:51 +0300 |
| commit | 8c9275c497bbd868ee133dfad73bb1dd12519b41 (patch) | |
| tree | 4bc3d8034be6e5248ab7e015ddc1f68191f40e59 /src/chatlogpiece.cpp | |
| parent | 3c27988423cb1d9f16aa6429c8f8f17febfdd734 (diff) | |
Add cute color icons to color dropdown ui
Fix current_side not using the character's preferred one after changing character
Add cool tool tip describing how to do cool select+color thing
Fix chatlogpiece not appending ": " in the log files
Diffstat (limited to 'src/chatlogpiece.cpp')
| -rw-r--r-- | src/chatlogpiece.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chatlogpiece.cpp b/src/chatlogpiece.cpp index eb7c188a..dafc3542 100644 --- a/src/chatlogpiece.cpp +++ b/src/chatlogpiece.cpp @@ -69,6 +69,8 @@ QString chatlogpiece::get_full() full.append(")"); if (p_is_song) full.append(" has played a song: "); + else + full.append(": "); full.append(get_message()); return full; |
