summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-08 13:51:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-08 13:51:00 +0100
commitbaf473aedf9289180efa6c28b15be30c831b2f5d (patch)
tree7f45d520396f4a946e418aa86bede0ca4dc63154 /menu.h
parent120fb54d495f3770dad3ea7d98b7abaacfc6bb0e (diff)
downloadvdr-baf473aedf9289180efa6c28b15be30c831b2f5d.tar.gz
vdr-baf473aedf9289180efa6c28b15be30c831b2f5d.tar.bz2
The Green button in the "Edit timer" menu can now be used to toggle between single shot and repeating timers
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.h b/menu.h
index c74d8c25..bb05b3b3 100644
--- a/menu.h
+++ b/menu.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h 2.4 2012/02/19 10:51:56 kls Exp $
+ * $Id: menu.h 2.5 2012/03/08 13:11:40 kls Exp $
*/
#ifndef __MENU_H
@@ -76,6 +76,7 @@ private:
int channel;
bool addIfConfirmed;
cMenuEditStrItem *file;
+ cMenuEditDateItem *day;
cMenuEditDateItem *firstday;
eOSState SetFolder(void);
void SetFirstDayItem(void);