From a71860b7fa99af806dccb2c4e136444b0ec7a55e Mon Sep 17 00:00:00 2001 From: Knicko Date: Thu, 15 Nov 2018 22:35:20 +0100 Subject: [PATCH] streaminfo2: change name Picon to Logo Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/88b9c7883d843b6ce2d491c39bc994c33d9cadc1 Author: Knicko Date: 2018-11-15 (Thu, 15 Nov 2018) Origin message was: ------------------ - streaminfo2: change name Picon to Logo ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/streaminfo2.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index d3454fe70..abbfe97c2 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -1092,10 +1092,10 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos) r.key = r.val = ""; v.push_back(r); - // picon + // channellogo if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webtv || CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webradio) { - r.key = "Picon"; + r.key = "Logo"; r.key += ": "; snprintf(buf, sizeof(buf), "%llx.png", channel->getChannelID() & 0xFFFFFFFFFFFFULL); r.val = buf; @@ -1138,8 +1138,8 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos) r.key = r.val = ""; v.push_back(r); - // picon - r.key = "Picon"; + // channellogo + r.key = "Logo"; r.key += ": "; snprintf(buf, sizeof(buf), "%llx.png", channel->getChannelID() & 0xFFFFFFFFFFFFULL); r.val = buf;