CUpnpBrowserGui: add missing exit button

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7e8ddae2a5
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-02-26 (Fri, 26 Feb 2016)


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

------------------
This commit was generated by Migit
This commit is contained in:
2016-02-26 19:29:14 +01:00
parent e6056d711d
commit 7f7f00d20e

View File

@@ -56,12 +56,13 @@ extern cVideo * videoDecoder;
extern CPictureViewer * g_PicViewer;
const struct button_label RescanButton = {NEUTRINO_ICON_BUTTON_BLUE , LOCALE_UPNPBROWSER_RESCAN};
const struct button_label BrowseButtons[4] =
const struct button_label BrowseButtons[] =
{
{ NEUTRINO_ICON_BUTTON_RED , LOCALE_FILEBROWSER_NEXTPAGE },
{ NEUTRINO_ICON_BUTTON_GREEN , LOCALE_FILEBROWSER_PREVPAGE },
{ NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_AUDIOPLAYER_STOP },
{ NEUTRINO_ICON_BUTTON_OKAY , LOCALE_AUDIOPLAYER_PLAY }
{ NEUTRINO_ICON_BUTTON_OKAY , LOCALE_AUDIOPLAYER_PLAY },
{ NEUTRINO_ICON_BUTTON_HOME , LOCALE_MENU_BACK, }
};
CUpnpBrowserGui::CUpnpBrowserGui()