diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-09-10 11:00:45 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-09-10 11:00:45 +0200 |
commit | fc9bad17bb4b9c4b85bda84ea8e76dbe19d0cca2 (patch) | |
tree | 13d601a0e690dafadc567a983051e40976238622 | |
parent | 6e12fdde5ec3e32f91a6647f9f4a06bc6d0ea673 (diff) | |
download | vdr-plugin-eepg-fc9bad17bb4b9c4b85bda84ea8e76dbe19d0cca2.tar.gz vdr-plugin-eepg-fc9bad17bb4b9c4b85bda84ea8e76dbe19d0cca2.tar.bz2 |
fix format names since the order is changed
-rw-r--r-- | eepg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ enum EFormat { #define NAGRA_TABLE_ID 0x55 //the lower the table Id, the more "current" it is; table_id 0x00 never gets overwritten, now/next are at 0x4e or 0x4f! #define DEFAULT_TABLE_ID 0x30 -const char *FormatName[]= {"Premiere","FreeView","MediaHighWay 1","MediaHighWay 2","Sky Italy","Sky UK","NagraGuide","Dish/Bev"}; +const char *FormatName[]= {"MediaHighWay 1","MediaHighWay 2","Sky Italy","Sky UK","NagraGuide","Premiere","FreeView","Dish/Bev"}; struct sNode { |