mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
-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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user