summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-08 16:11:34 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-08 16:11:34 +0100
commit9e20745fdea430e670c948512e724b44c18d7b1c (patch)
tree77338dfa617452457c4be490f39bff9f0b436441 /menu.h
parent5d666161d63749de8570d80195348e9a8236f41d (diff)
downloadvdr-9e20745fdea430e670c948512e724b44c18d7b1c.tar.gz
vdr-9e20745fdea430e670c948512e724b44c18d7b1c.tar.bz2
Blue button is now 'Stop' in 'Main' menu if replaying
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 9e49bf65..fc0302ec 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 1.37 2002/02/24 12:40:37 kls Exp $
+ * $Id: menu.h 1.38 2002/03/08 15:46:36 kls Exp $
*/
#ifndef _MENU_H
@@ -18,6 +18,7 @@ class cMenuMain : public cOsdMenu {
private:
time_t lastActivity;
int digit;
+ bool replaying;
const char *hk(const char *s);
public:
cMenuMain(bool Replaying, eOSState State = osUnknown);