mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
moviebrowser.cpp: fix vfd
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c89d3937f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-13 (Thu, 13 Sep 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1300,6 +1300,9 @@ void CMovieBrowser::refreshLCD(void)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if(CVFD::getInstance()->getMode() != CVFD::MODE_MENU_UTF8)
|
||||||
|
CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8, g_Locale->getText(LOCALE_MOVIEBROWSER_HEAD));
|
||||||
|
|
||||||
CVFD::getInstance()->showMenuText(0, m_movieSelectionHandler->epgTitle.c_str(), -1, true); // UTF-8
|
CVFD::getInstance()->showMenuText(0, m_movieSelectionHandler->epgTitle.c_str(), -1, true); // UTF-8
|
||||||
//lcd->showMenuText(1, m_movieSelectionHandler->epgInfo1.c_str(), -1, true); // UTF-8
|
//lcd->showMenuText(1, m_movieSelectionHandler->epgInfo1.c_str(), -1, true); // UTF-8
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user