mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
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:
@@ -1235,7 +1235,7 @@ void CTimerList::paintItem(int pos)
|
|||||||
case CTimerd::TIMER_RECORD :
|
case CTimerd::TIMER_RECORD :
|
||||||
{
|
{
|
||||||
zAddData = convertChannelId2String(timer.channel_id); // UTF-8
|
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)
|
if (timer.apids != TIMERD_APIDS_CONF)
|
||||||
{
|
{
|
||||||
std::string sep = "";
|
std::string sep = "";
|
||||||
|
Reference in New Issue
Block a user