mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
-add menu scrambled message on/off
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@378 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -984,6 +984,8 @@ typedef enum {
|
||||
LOCALE_SETTINGS_NOCONFFILE,
|
||||
LOCALE_SETTINGS_POS_BOTTOM_LEFT,
|
||||
LOCALE_SETTINGS_POS_BOTTOM_RIGHT,
|
||||
LOCALE_SETTINGS_POS_DEFAULT_CENTER,
|
||||
LOCALE_SETTINGS_POS_HIGHER_CENTER,
|
||||
LOCALE_SETTINGS_POS_TOP_LEFT,
|
||||
LOCALE_SETTINGS_POS_TOP_RIGHT,
|
||||
LOCALE_SHUTDOWNTIMER_ANNOUNCE,
|
||||
@@ -1308,6 +1310,8 @@ typedef enum {
|
||||
LOCALE_IMAGEINFO_VERSION,
|
||||
LOCALE_INETRADIO_NAME,
|
||||
LOCALE_EXTRA_CACHE_TXT,
|
||||
LOCALE_EXTRA_SCRAMBLED_MESSAGE,
|
||||
LOCALE_EXTRA_VOLUME_POS,
|
||||
LOCALE_EXTRA_USE_GOTOXX,
|
||||
LOCALE_EXTRA_LAT,
|
||||
LOCALE_EXTRA_LONG,
|
||||
|
@@ -984,6 +984,8 @@ const char *locale_real_names[] = {
|
||||
"settings.noconffile",
|
||||
"settings.pos_bottom_left",
|
||||
"settings.pos_bottom_right",
|
||||
"settings.pos_default_center",
|
||||
"settings.pos_higher_center",
|
||||
"settings.pos_top_left",
|
||||
"settings.pos_top_right",
|
||||
"shutdowntimer.announce",
|
||||
@@ -1308,6 +1310,8 @@ const char *locale_real_names[] = {
|
||||
"imageinfo.version",
|
||||
"inetradio.name",
|
||||
"extra.cache_txt",
|
||||
"extra.scrambled_message",
|
||||
"extra.volume_pos",
|
||||
"extra.use_gotoxx",
|
||||
"extra.latitude",
|
||||
"extra.longitude",
|
||||
|
@@ -65,6 +65,8 @@ struct SNeutrinoSettings
|
||||
int infobar_show_channellogo;
|
||||
int progressbar_color;
|
||||
int casystem_display;
|
||||
int scrambled_message;
|
||||
int volume_pos;
|
||||
|
||||
//audio
|
||||
int audio_AnalogMode;
|
||||
|
Reference in New Issue
Block a user