gui/user_menue.cpp: add network settings and software update as user-menu items

This commit is contained in:
[CST] Focus
2014-10-16 13:40:10 +04:00
parent 37891d2de3
commit 5d6ea715d8
3 changed files with 19 additions and 2 deletions

View File

@@ -698,8 +698,8 @@ struct SNeutrinoSettings
ITEM_RECORD = 8,
ITEM_MOVIEPLAYER_MB = 9,
ITEM_TIMERLIST = 10,
ITEM_FAVORITS = 12,
ITEM_VTXT = 11,
ITEM_FAVORITS = 12,
ITEM_TECHINFO = 13,
ITEM_REMOTE = 14,
ITEM_PLUGIN_TYPES = 15,
@@ -717,6 +717,8 @@ struct SNeutrinoSettings
ITEM_HDDMENU = 26,
ITEM_AUDIOPLAY = 27,
ITEM_INETPLAY = 28,
ITEM_NETSETTINGS = 29,
ITEM_SWUPDATE = 30,
ITEM_MAX // MUST be always the last in the list
} USER_ITEM;