diff options
| author | louis <louis.braun@gmx.de> | 2015-01-25 11:48:30 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-01-25 11:48:30 +0100 |
| commit | f33d44eda968392c5c7e3a83cfe5ba3490ab9d84 (patch) | |
| tree | b7e6182211b743b6e4687028367753b64d9fe9a5 /libcore/imagecache.h | |
| parent | a74cb93163146e547abc641638874697904672e5 (diff) | |
| download | vdr-plugin-skindesigner-f33d44eda968392c5c7e3a83cfe5ba3490ab9d84.tar.gz vdr-plugin-skindesigner-f33d44eda968392c5c7e3a83cfe5ba3490ab9d84.tar.bz2 | |
check icons, menuicons and skinparts additionally directly in skin folder
Diffstat (limited to 'libcore/imagecache.h')
| -rw-r--r-- | libcore/imagecache.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libcore/imagecache.h b/libcore/imagecache.h index 95148b2..086d8e4 100644 --- a/libcore/imagecache.h +++ b/libcore/imagecache.h @@ -41,8 +41,10 @@ private: static string items[16]; cImage *tempStaticLogo; string logoPath; - string iconPath; - string skinPartsPath; + string iconPathSkin; + string skinPartsPathSkin; + string iconPathTheme; + string skinPartsPathTheme; map<string, cImage*> iconCache; map<string, cImage*> channelLogoCache; map<string, cImage*> skinPartsCache; |
