diff options
author | etobi <git@e-tobi.net> | 2010-02-13 14:42:30 +0100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2011-08-19 22:41:07 +0200 |
commit | 73a69fc122dd744f48d1d51e1b5747c67b5822dc (patch) | |
tree | a80f475da686939e0c57e98d360a833eb16dac2e /menu.c | |
parent | 9f3bb093c7db326d050cce3745d376c8d1eb5810 (diff) | |
download | vdr-patches-73a69fc122dd744f48d1d51e1b5747c67b5822dc.tar.gz vdr-patches-73a69fc122dd744f48d1d51e1b5747c67b5822dc.tar.bz2 |
Added setup option to enable teletext subtitle recording
Diffstat (limited to 'menu.c')
-rw-r--r-- | menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2797,6 +2797,7 @@ void cMenuSetupDVB::Setup(void) Add(new cMenuEditIntItem( tr("Setup.DVB$Subtitle foreground transparency"), &data.SubtitleFgTransparency, 0, 9)); Add(new cMenuEditIntItem( tr("Setup.DVB$Subtitle background transparency"), &data.SubtitleBgTransparency, 0, 10)); } + Add(new cMenuEditBoolItem(tr("Setup.DVB$Enable teletext support"), &data.SupportTeletext)); SetCurrent(Get(current)); Display(); |