mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Moved FileNameChars into menuitems.h to make it available to plugins
This commit is contained in:
4
menu.c
4
menu.c
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: menu.c 1.204 2002/08/11 11:50:20 kls Exp $
|
||||
* $Id: menu.c 1.205 2002/08/15 11:28:08 kls Exp $
|
||||
*/
|
||||
|
||||
#include "menu.h"
|
||||
@@ -32,8 +32,6 @@
|
||||
|
||||
#define CHNUMWIDTH (Channels.Count() > 999 ? 5 : 4) // there are people with more than 999 channels...
|
||||
|
||||
const char *FileNameChars = " abcdefghijklmnopqrstuvwxyz0123456789-.#~";
|
||||
|
||||
// --- cMenuEditChanItem -----------------------------------------------------
|
||||
|
||||
class cMenuEditChanItem : public cMenuEditIntItem {
|
||||
|
Reference in New Issue
Block a user