mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
icon colors order
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@302 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: e5a0c62b44
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-02-08 (Mon, 08 Feb 2010)
------------------
This commit was generated by Migit
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