- infoviewer_bb: rename infobar buttons

This commit is contained in:
svenhoefer
2015-12-14 13:53:04 +01:00
parent e22d2d8a45
commit 7ccb57548b
3 changed files with 27 additions and 27 deletions

View File

@@ -50,10 +50,10 @@ class CInfoViewerBB
enum
{
// The order of icons from left to right. Here nothing changes!
BUTTON_EPG = 0,
BUTTON_AUDIO = 1,
BUTTON_SUBS = 2,
BUTTON_FEAT = 3,
BUTTON_RED = 0,
BUTTON_GREEN = 1,
BUTTON_YELLOW = 2,
BUTTON_BLUE = 3,
BUTTON_MAX = 4
};