timerlist: add space between channelname and "(CI)" string

Origin commit data
------------------
Commit: ba149575e8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-20 (Tue, 20 Jun 2017)

Origin message was:
------------------
- timerlist: add space between channelname and "(CI)" string
This commit is contained in:
vanhofen
2017-06-20 21:25:57 +02:00
parent 6a4d472600
commit 49b94a015d

View File

@@ -1235,7 +1235,7 @@ void CTimerList::paintItem(int pos)
case CTimerd::TIMER_RECORD :
{
zAddData = convertChannelId2String(timer.channel_id); // UTF-8
zAddData += timer.channel_ci?"(CI)":""; //NI
zAddData += timer.channel_ci ? " (CI)" : ""; //NI
if (timer.apids != TIMERD_APIDS_CONF)
{
std::string sep = "";