diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-01-30 00:14:56 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-01-30 00:14:56 +0100 |
commit | 54a468314486b9c5e9ea34d36791873d54fb8365 (patch) | |
tree | 6bd9b2fa8a6f2a7afacc9acd7156281e7057f0c9 /setup.h | |
parent | 6fb31a9477d93e019b0a2b4ef8457288ab0a40f4 (diff) | |
download | vdr-plugin-infosatepg-54a468314486b9c5e9ea34d36791873d54fb8365.tar.gz vdr-plugin-infosatepg-54a468314486b9c5e9ea34d36791873d54fb8365.tar.bz2 |
Added extened EPG
New setup for channels
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ class cMenuSetupChannelMenu : public cMenuSetupPage { private: cGlobalInfosatepg *global; - const char * ChannelUseText[6]; + int newDays; int newChannelUse; int index; cChannel *channel; |