diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-15 11:28:26 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-15 11:28:26 +0200 |
commit | ac471850fe5d7f5267e991eb3d2ed3d5488fe502 (patch) | |
tree | 5cd7f5137979ca3a6968cee01fa5abb02536001c /menuitems.c | |
parent | 34710939eac9fc0c271e8a57ec07b6971eff6eaa (diff) | |
download | vdr-ac471850fe5d7f5267e991eb3d2ed3d5488fe502.tar.gz vdr-ac471850fe5d7f5267e991eb3d2ed3d5488fe502.tar.bz2 |
Moved FileNameChars into menuitems.h to make it available to plugins
Diffstat (limited to 'menuitems.c')
-rw-r--r-- | menuitems.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/menuitems.c b/menuitems.c index 78ff71fc..8c7848f5 100644 --- a/menuitems.c +++ b/menuitems.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menuitems.c 1.7 2002/08/11 11:17:21 kls Exp $ + * $Id: menuitems.c 1.8 2002/08/15 11:27:57 kls Exp $ */ #include "menuitems.h" @@ -13,6 +13,8 @@ #include "plugin.h" #include "status.h" +const char *FileNameChars = " abcdefghijklmnopqrstuvwxyz0123456789-.#~"; + // --- cMenuEditItem --------------------------------------------------------- cMenuEditItem::cMenuEditItem(const char *Name) |