summaryrefslogtreecommitdiff
path: root/vdr_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdr_setup.c')
-rw-r--r--vdr_setup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/vdr_setup.c b/vdr_setup.c
index 9749380..47efc10 100644
--- a/vdr_setup.c
+++ b/vdr_setup.c
@@ -41,6 +41,10 @@ mgMenuSetup::mgMenuSetup () {
tr("off"), tr("on") ) );
Add (new
+ cMenuEditIntItem (tr ("Display mode"), &the_setup.DisplayMode,
+ 0, 5));
+
+ Add (new
cMenuEditBoolItem (tr ("Audio mode"), &the_setup.AudioMode,
tr ("Round"), tr ("Dither")));