-add zapit start channel menu

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1188 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2011-02-21 12:27:06 +00:00
parent 4508be23ef
commit 858b73f023
10 changed files with 89 additions and 8 deletions

View File

@@ -1474,7 +1474,12 @@ typedef enum {
LOCALE_CPU_FREQ_DEFAULT,
LOCALE_WIZARD_WELCOME_HEAD,
LOCALE_WIZARD_WELCOME_TEXT,
LOCALE_WORD_FROM
LOCALE_WORD_FROM,
LOCALE_ZAPITSETUP_HEAD,
LOCALE_ZAPITSETUP_INFO,
LOCALE_ZAPITSETUP_LAST_RADIO,
LOCALE_ZAPITSETUP_LAST_USE,
LOCALE_ZAPITSETUP_LAST_TV
} neutrino_locale_t;
#endif

View File

@@ -1474,7 +1474,12 @@ const char *locale_real_names[] = {
"cpu.freq_default",
"wizard.welcome_head",
"wizard.welcome_text",
"word.from"
"word.from",
"zapitsetup.head",
"zapitsetup.info",
"zapitsetup.last_radio",
"zapitsetup.last_use",
"zapitsetup.last_tv"
};
#endif

View File

@@ -436,6 +436,15 @@ struct SNeutrinoSettings
int filebrowser_sortmethod;
int filebrowser_denydirectoryleave;
//zapit setup
std::string StartChannelTV;
std::string StartChannelRadio;
t_channel_id startchanneltv_id;
t_channel_id startchannelradio_id;
int startchanneltv_nr;
int startchannelradio_nr;
int uselastchannel;
//uboot
int uboot_lcd_inverse;
int uboot_lcd_contrast;