add movieplayer icons to infoviewer

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@820 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 34084de56f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-10-05 (Tue, 05 Oct 2010)

Origin message was:
------------------
-add movieplayer icons to infoviewer

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@820 e54a6e83-5905-42d5-8d5c-058d10e6a962


------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2010-10-05 17:15:22 +00:00
parent 82ef7ba27f
commit 4d0edd8e60
4 changed files with 534 additions and 534 deletions

View File

@@ -1128,8 +1128,8 @@ void CMoviePlayerGui::PlayFile(void)
if (isMovieBrowser) {
g_file_epg = p_movie_info->epgTitle;
g_file_epg1 = p_movie_info->epgInfo1;
g_InfoViewer->showTitle(0, p_movie_info->epgChannel.c_str(), 0, 0); // UTF-8
//g_InfoViewer->showTitle(0, p_movie_info->epgChannel.c_str(), 0, 0); // UTF-8
g_InfoViewer->showMovieTitle(playstate, p_movie_info->epgChannel.c_str(), g_file_epg, g_file_epg1);
} else {
char temp_name[255];
const char *slash = strrchr(filename, '/');
@@ -1146,7 +1146,8 @@ void CMoviePlayerGui::PlayFile(void)
}
g_file_epg = "";
g_file_epg1 = "";
g_InfoViewer->showTitle(0, temp_name, 0, 0); // UTF-8
// g_InfoViewer->showTitle(0, temp_name, 0, 0); // UTF-8
g_InfoViewer->showMovieTitle(playstate, temp_name, g_file_epg, g_file_epg1); // UTF-8
}
CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8);
update_lcd = true;