mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
icon colors order
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@302 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -434,7 +434,7 @@ struct SNeutrinoSettings
|
||||
BUTTON_YELLOW = 2,
|
||||
BUTTON_BLUE = 3,
|
||||
BUTTON_MAX // MUST be always the last in the list
|
||||
}USER_BUTTON;
|
||||
} USER_BUTTON;
|
||||
typedef enum
|
||||
{
|
||||
ITEM_NONE = 0, // Do not change ordering of members, add new item just before ITEM_MAX!!!
|
||||
@@ -448,17 +448,17 @@ struct SNeutrinoSettings
|
||||
ITEM_RECORD = 8,
|
||||
ITEM_MOVIEPLAYER_MB = 9,
|
||||
ITEM_TIMERLIST = 10,
|
||||
ITEM_REMOTE = 11,
|
||||
ITEM_FAVORITS = 12,
|
||||
ITEM_VTXT = 11,
|
||||
ITEM_TECHINFO = 13,
|
||||
ITEM_VTXT = 14,
|
||||
ITEM_REMOTE = 14,
|
||||
ITEM_PLUGIN = 15,
|
||||
#if 0
|
||||
ITEM_MOVIEPLAYER_TS = 16,
|
||||
ITEM_RESTART_CAMD = 17,
|
||||
#endif
|
||||
ITEM_MAX // MUST be always the last in the list
|
||||
}USER_ITEM;
|
||||
} USER_ITEM;
|
||||
std::string usermenu_text[BUTTON_MAX];
|
||||
int usermenu[BUTTON_MAX][ITEM_MAX]; // (USER_ITEM) [button][position in Menue] = feature item
|
||||
|
||||
@@ -514,7 +514,7 @@ const int PARENTALLOCK_PROMPT_ONSIGNAL = 3;
|
||||
|
||||
class CScanSettings
|
||||
{
|
||||
public:
|
||||
public:
|
||||
CConfigFile configfile;
|
||||
int bouquetMode;
|
||||
int scanType;
|
||||
|
Reference in New Issue
Block a user