diff options
Diffstat (limited to 'templatefile.c')
-rw-r--r-- | templatefile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templatefile.c b/templatefile.c index 5b01534..102be37 100644 --- a/templatefile.c +++ b/templatefile.c @@ -145,9 +145,11 @@ cMenuTemplate* cTemplFile::GetTemplateByName(const char* Name) bool cTemplFile::Load(const char *FileName) { +#if APIVERSNUM >= 10503 // auto-enable WarEagle-Icons if VDRSymbols font is used if (strstr(Setup.FontOsd, "VDRSymbols") == Setup.FontOsd) EPGSearchConfig.WarEagle = 1; +#endif if (cConfig<cTemplLine>::Load(FileName, true)) { |