diff options
author | louis <louis.braun@gmx.de> | 2014-01-14 18:00:32 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-01-14 18:00:32 +0100 |
commit | a8b7c9543477fddb42e7a2bac38a0d139c7de962 (patch) | |
tree | 9c681eb0de7fd584f8e50683ffb8aabc0fa716f4 /setup.h | |
parent | d0651a4a507bbd633b30105f1fa01abe1172b311 (diff) | |
download | vdr-plugin-tvguide-a8b7c9543477fddb42e7a2bac38a0d139c7de962.tar.gz vdr-plugin-tvguide-a8b7c9543477fddb42e7a2bac38a0d139c7de962.tar.bz2 |
Favorites menu with EPG Search favorite timers with blue key
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ class cMenuSetupGeneral : public cMenuSetupSubMenu { cThemes themes; const char * timeFormatItems[2]; const char * jumpMode[2]; - const char * blueMode[2]; + const char * blueMode[3]; const char * numMode[2]; const char *useSubtitleRerunTexts[3]; void Set(void); |