usermenu: add file player

Origin commit data
------------------
Branch: ni/coolstream
Commit: 419cff8c8a
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-01-02 (Thu, 02 Jan 2014)

Origin message was:
------------------
- usermenu: add file player

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-01-02 22:36:42 +01:00
parent d78388ea4d
commit 8b72c56eba
3 changed files with 13 additions and 1 deletions

View File

@@ -382,6 +382,16 @@ bool CUserMenu::showUserMenu(int button)
menu->addItem(menu_item, 0);
}
break;
case SNeutrinoSettings::ITEM_FILEPLAY:
{
menu_items++;
menu_prev = SNeutrinoSettings::ITEM_FILEPLAY;
keyhelper.get(&key,&icon);
menu_item = new CMenuForwarder(LOCALE_MOVIEPLAYER_FILEPLAYBACK, true, NULL, &CMoviePlayerGui::getInstance(), "fileplayback", key, icon);
menu_item->setHint(NEUTRINO_ICON_HINT_FILEPLAY, LOCALE_MENU_HINT_FILEPLAY);
menu->addItem(menu_item, 0);
}
break;
#if 0 // FIXME not supported yet
case SNeutrinoSettings::ITEM_MOVIEPLAYER_TS: