summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-10-08 15:41:30 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-10-08 15:41:30 +0200
commit724a596cf2daa86fddc5cd42b2d8122de5d76ca9 (patch)
treed1a877de4a77d4acb90b11e2ddade31e3b4e2056 /menu.h
parent9faf7a51e5d67f06e035705cb6e7420c59724341 (diff)
downloadvdr-724a596cf2daa86fddc5cd42b2d8122de5d76ca9.tar.gz
vdr-724a596cf2daa86fddc5cd42b2d8122de5d76ca9.tar.bz2
'Blue' button in main menu has 'Resume'
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 b6d5ade1..c36427f1 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.11 2000/10/08 14:36:23 kls Exp $
+ * $Id: menu.h 1.12 2000/10/08 15:21:52 kls Exp $
*/
#ifndef _MENU_H
@@ -85,6 +85,7 @@ public:
bool Visible(void) { return visible; }
static void SetRecording(const char *FileName, const char *Title);
static const char *LastReplayed(void);
+ static void ClearLastReplayed(const char *FileName);
};
#endif //_MENU_H