Implemented setup option 'OSD/Number keys for characters'

This commit is contained in:
Klaus Schmidinger
2010-06-06 10:56:11 +02:00
parent fd42609883
commit 3aba9ec4e0
34 changed files with 179 additions and 76 deletions

3
menu.c
View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: menu.c 2.23 2010/05/13 13:32:01 kls Exp $
* $Id: menu.c 2.24 2010/06/06 09:56:16 kls Exp $
*/
#include "menu.h"
@@ -2569,6 +2569,7 @@ void cMenuSetupOSD::Set(void)
Add(new cMenuEditBoolItem(tr("Setup.OSD$Menu key closes"), &data.MenuKeyCloses));
Add(new cMenuEditBoolItem(tr("Setup.OSD$Recording directories"), &data.RecordingDirs));
Add(new cMenuEditBoolItem(tr("Setup.OSD$Folders in timer menu"), &data.FoldersInTimerMenu));
Add(new cMenuEditBoolItem(tr("Setup.OSD$Number keys for characters"), &data.NumberKeysForChars));
SetCurrent(Get(current));
Display();
}