summaryrefslogtreecommitdiff
path: root/menuitems.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-08-15 11:28:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-08-15 11:28:26 +0200
commitac471850fe5d7f5267e991eb3d2ed3d5488fe502 (patch)
tree5cd7f5137979ca3a6968cee01fa5abb02536001c /menuitems.h
parent34710939eac9fc0c271e8a57ec07b6971eff6eaa (diff)
downloadvdr-ac471850fe5d7f5267e991eb3d2ed3d5488fe502.tar.gz
vdr-ac471850fe5d7f5267e991eb3d2ed3d5488fe502.tar.bz2
Moved FileNameChars into menuitems.h to make it available to plugins
Diffstat (limited to 'menuitems.h')
-rw-r--r--menuitems.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/menuitems.h b/menuitems.h
index 7470581a..4752d4bb 100644
--- a/menuitems.h
+++ b/menuitems.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menuitems.h 1.3 2002/08/11 11:40:05 kls Exp $
+ * $Id: menuitems.h 1.4 2002/08/15 11:28:26 kls Exp $
*/
#ifndef __MENUITEMS_H
@@ -12,6 +12,8 @@
#include "osd.h"
+extern const char *FileNameChars;
+
class cMenuEditItem : public cOsdItem {
private:
char *name;