From 49b94a015db47e7e47e0634595fd9d9a79d9dac4 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 20 Jun 2017 21:25:57 +0200 Subject: [PATCH] timerlist: add space between channelname and "(CI)" string Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/ba149575e8b9e95cf94c5e4e72bfee0a8a151b83 Author: vanhofen Date: 2017-06-20 (Tue, 20 Jun 2017) Origin message was: ------------------ - timerlist: add space between channelname and "(CI)" string --- src/gui/timerlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/timerlist.cpp b/src/gui/timerlist.cpp index 945bb63b9..ab6e728ab 100644 --- a/src/gui/timerlist.cpp +++ b/src/gui/timerlist.cpp @@ -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 = "";