diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-12-03 21:00:48 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-12-03 21:00:48 +0100 |
commit | cf4bbfad099efdc3775e6ca68ac22061a452bbc2 (patch) | |
tree | c876a57a72ee83f96e154cf657e232f07b8b3145 | |
parent | b0a1d7d5839e135c97cbf752dd5148134f103884 (diff) | |
download | vdr-plugin-eepg-cf4bbfad099efdc3775e6ca68ac22061a452bbc2.tar.gz vdr-plugin-eepg-cf4bbfad099efdc3775e6ca68ac22061a452bbc2.tar.bz2 |
added some more themes
-rw-r--r-- | eepg.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1241,9 +1241,9 @@ static const char *SkyItThemes[] = { "Sport - Wrestling", // 010 10001 NULL, // 010 10010 "Sport - Volley", // 010 10011 - NULL, // 010 10100 + "Sport - Poker", // 010 10100 NULL, // 010 10101 - NULL, // 010 10110 + "Sport - Sport Invernali", // 010 10110 NULL, // 010 10111 NULL, // 010 11000 NULL, // 010 11001 @@ -1489,7 +1489,7 @@ static const char *SkyUkThemes[] = { "Children - Factual", // 010 00110 "Children - Magazine", // 010 00111 "Children - Games Shows", // 010 01000 - NULL, // 010 01001 + "Children - Games", // 010 01001 NULL, // 010 01010 NULL, // 010 01011 NULL, // 010 01100 @@ -1518,7 +1518,7 @@ static const char *SkyUkThemes[] = { "Entertainment - Detective", // 011 00011 "Entertainment - Drama", // 011 00100 "Entertainment - Game Show", // 011 00101 - "Entertainment - Sci-FI", // 011 00110 + "Entertainment - Sci-Fi", // 011 00110 "Entertainment - Soap", // 011 00111 "Entertainment - Animation", // 011 01000 "Entertainment - Chat Show", // 011 01001 @@ -1545,7 +1545,7 @@ static const char *SkyUkThemes[] = { NULL, // 011 11110 NULL, // 011 11111 "Music", // 100 00000 - "Music - Classical ", // 100 00001 + "Music - Classical", // 100 00001 "Music - Folk and Country", // 100 00010 "Music - National Music", // 100 00011 "Music - Jazz", // 100 00100 |