mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
streaminfo: show movieplayer as source, when no webtv is running
Origin commit data
------------------
Commit: ad3a2f701b
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-12-14 (Mon, 14 Dec 2015)
Origin message was:
------------------
- streaminfo: show movieplayer as source, when no webtv is running
This commit is contained in:
@@ -276,7 +276,12 @@ void CStreamInfo2::paint_signal_fe_box(int _x, int _y, int w, int h)
|
||||
std::string tname(g_Locale->getText(LOCALE_STREAMINFO_SIGNAL));
|
||||
tname += ": ";
|
||||
if (mp)
|
||||
{
|
||||
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_webtv)
|
||||
tname += g_Locale->getText(LOCALE_WEBTV_HEAD);
|
||||
else
|
||||
tname += g_Locale->getText(LOCALE_MAINMENU_MOVIEPLAYER);
|
||||
}
|
||||
else
|
||||
tname += to_string(1 + frontend->getNumber()) + ": " + frontend->getName();
|
||||
|
||||
|
Reference in New Issue
Block a user