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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d6ea715d8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-16 (Thu, 16 Oct 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-10-16 13:40:10 +04:00
parent 36bbab9899
commit 11ad004322
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;