From 949df8ae4a233019a06c4904f68608bad2a1f06a Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 26 Feb 2016 19:18:48 +0100 Subject: [PATCH] CUpnpBrowserGui: sort buttons related to remote control Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/0897b2ac64477a12f1cb5143e8f962c94eaac0ec Author: Thilo Graf Date: 2016-02-26 (Fri, 26 Feb 2016) --- src/gui/upnpbrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/upnpbrowser.cpp b/src/gui/upnpbrowser.cpp index a5353c218..0903252f0 100644 --- a/src/gui/upnpbrowser.cpp +++ b/src/gui/upnpbrowser.cpp @@ -58,9 +58,9 @@ extern CPictureViewer * g_PicViewer; const struct button_label RescanButton = {NEUTRINO_ICON_BUTTON_BLUE , LOCALE_UPNPBROWSER_RESCAN}; const struct button_label BrowseButtons[4] = { - { NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_AUDIOPLAYER_STOP }, { 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 } };