mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 08:23:39 +02:00
osd fixes & rotor fix by bazi98, THX
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@721 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 679845e567
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-08-13 (Fri, 13 Aug 2010)
This commit is contained in:
@@ -1510,7 +1510,7 @@ void CMovieBrowser::refreshTitle(void)
|
||||
void CMovieBrowser::refreshFoot(void)
|
||||
{
|
||||
//TRACE("[mb]->refreshButtonLine \r\n");
|
||||
int color = (CFBWindow::color_t) COL_MENUHEAD;
|
||||
int color = (CFBWindow::color_t) COL_MENUCONTENT;
|
||||
int iw = 0, ih;
|
||||
|
||||
std::string filter_text = g_Locale->getText(LOCALE_MOVIEBROWSER_FOOT_FILTER);
|
||||
@@ -1549,7 +1549,7 @@ void CMovieBrowser::refreshFoot(void)
|
||||
//std::string ok_text;
|
||||
if(m_settings.gui == MB_GUI_FILTER && m_windowFocus == MB_FOCUS_FILTER)
|
||||
{
|
||||
ok_text = "select";
|
||||
ok_text = g_Locale->getText(LOCALE_BOOKMARKMANAGER_SELECT);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user