diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-29 11:33:53 +0100 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-10-29 11:33:53 +0100 |
commit | 89602f07f60672d0d7ab1dbf8f06be9e8f6566d1 (patch) | |
tree | f317a56853384c14048dd4eb96d096b925afa370 /setupeepg.h | |
parent | 023c24e88bae40f472cb0c37fc02ea67d4a5b5bc (diff) | |
download | vdr-plugin-eepg-89602f07f60672d0d7ab1dbf8f06be9e8f6566d1.tar.gz vdr-plugin-eepg-89602f07f60672d0d7ab1dbf8f06be9e8f6566d1.tar.bz2 |
Try to fix the charset override by setting the envioronment variable
Add option to setup not to set Category and Genere to empty short texts
Diffstat (limited to 'setupeepg.h')
-rw-r--r-- | setupeepg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setupeepg.h b/setupeepg.h index 4c30ede..eb3c53e 100644 --- a/setupeepg.h +++ b/setupeepg.h @@ -18,6 +18,7 @@ public: int FixEpg; int DisplayMessage; int ProcessEIT; + int ReplaceEmptyShText; #ifdef DEBUG int LogLevel; #endif |